Skip to content

Commit

Permalink
Add link in show title to go back to displayShow page
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Mar 7, 2016
1 parent 98f0f90 commit 1e80438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/slick/views/manualSelect.mako
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="clearfix"></div>
<div id="showtitle" data-showname="${show.name}">
<h1 class="title" id="scene_exception_${show.indexerid}">${show.name}</h1>
<h1 class="title" id="scene_exception_${show.indexerid}"> <a href="${srRoot}/home/displayShow?show=${show.indexerid}">${show.name}</h1>
</div>
Expand Down

0 comments on commit 1e80438

Please sign in to comment.