Skip to content

Commit

Permalink
Merge pull request #245 from tidusjar/dev
Browse files Browse the repository at this point in the history
1.7.3
  • Loading branch information
Jamie committed May 25, 2016
2 parents e419727 + e40fb88 commit 826b1d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PlexRequests.UI/Modules/AdminNotificationsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private Response TestSlackNotification()
private Negotiator SlackNotifications()
{
var settings = SlackSettings.GetSettings();
return View["SlackNotifications", settings];
return View["Admin/SlackNotifications", settings];
}

private Response SaveSlackNotifications()
Expand Down
8 changes: 4 additions & 4 deletions PlexRequests.UI/PlexRequests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 826b1d5

Please sign in to comment.