Skip to content

Commit

Permalink
Update navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Guo Yunhe committed Jul 1, 2017
1 parent 9ff41d4 commit cf32a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="/distributions/leap"><%= _("Download") %></a>
<a class="nav-link" href="/"><%= _("Download") %></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/search"><%= _("Software") %></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://doc.opensuse.org/"><%= _("Document") %></a>
<a class="nav-link" href="https://doc.opensuse.org/"><%= _("Documentation") %></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://en.opensuse.org/"><%= _("Wiki") %></a>
Expand Down

0 comments on commit cf32a1d

Please sign in to comment.