Merge pull request #245 from tidusjar/dev

1.7.3
pull/269/head v1.7.3
Jamie 9 years ago
commit 826b1d555f

@ -100,7 +100,7 @@ namespace PlexRequests.UI.Modules
private Negotiator SlackNotifications()
{
var settings = SlackSettings.GetSettings();
return View["SlackNotifications", settings];
return View["Admin/SlackNotifications", settings];
}
private Response SaveSlackNotifications()

@ -451,9 +451,6 @@
<Content Include="Views\Admin\Settings.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\Admin\_Sidebar.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\Login\Register.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
@ -499,7 +496,10 @@
<Content Include="Views\Admin\Headphones.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\AdminNotifications\SlackNotifications.cshtml">
<Content Include="Views\Admin\_Sidebar.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Views\Admin\SlackNotifications.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Web.Debug.config">

@ -3,9 +3,9 @@ configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '1.7.2'
assembly_version: '1.7.3'
assembly_file_version: '{version}'
assembly_informational_version: '1.7.2'
assembly_informational_version: '1.7.3'
before_build:
- cmd: appveyor-retry nuget restore
build:

Loading…
Cancel
Save