Skip to content

Commit

Permalink
update navbar to have correct registries information
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Moco committed Feb 22, 2017
1 parent 91799ed commit 5736a9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion addon/components/osf-navbar/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Browse <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="{{host}}explore/activity/">New Projects</a></li>
<li><a href="{{host}}search/?q=*&amp;filter=registration">Registry</a></li>
<li><a href="{{host}}registries/">Registries</a></li>
<li><a href="{{host}}meetings/">Meetings</a></li>
<li><a href="{{host}}preprints/">Preprints</a></li>
</ul>
Expand Down
1 change: 0 additions & 1 deletion addon/utils/ajax-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ function authenticatedAJAX(options) {

}
export { authenticatedAJAX };

0 comments on commit 5736a9f

Please sign in to comment.