Skip to content

Commit

Permalink
fix breadcrumb url bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaric committed Oct 19, 2015
1 parent 770b753 commit ce7f597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/views/registry/subscribed.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>
<li><a href=""><i class="fa fa-home"></i> Home</a></li>
<li><a href="registries"><i class="fa fa-globe"></i> Registries</a></li>
<li class="active">
<a href="registered?registry=${registry}">Registered</a> | Subscribed
<a href="registries/registered?registry=${registry}">Registered</a> | Subscribed
</li>
</ol>
</section>
Expand Down Expand Up @@ -58,4 +58,4 @@ <h3 class="box-title">Lists of subscribed</h3>
</section>
#end

#include ("../common/main_layout.html")
#include ("../common/main_layout.html")

0 comments on commit ce7f597

Please sign in to comment.