Skip to content

Commit

Permalink
Merge pull request #97 from Evolix/github-link
Browse files Browse the repository at this point in the history
GitHub link
  • Loading branch information
jlecour authored Sep 3, 2018
2 parents b05feb3 + bfa9342 commit ab941b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/shared/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<%= link_to(t(".new_ssl_check"), new_check_path(kind: :ssl), class: "nav-link") %>
</li>
<li class="nav-item">
<%= link_to(t(".GitHub"), "https://github.com/Evolix/chexpire", class: "nav-link") %>
<%= link_to(t(".my_notifications"), notifications_path, class: "nav-link") %>
</li>
<li class="nav-item">
<%= link_to(t(".my_notifications"), notifications_path, class: "nav-link") %>
<%= link_to("GitHub", "https://github.com/Evolix/chexpire", class: "nav-link") %>
</li>
<% end %>
</ul>
Expand Down Expand Up @@ -55,7 +55,7 @@
<!-- Login link (when logged out) -->
<%= link_to t(".sign_in"), new_user_session_path, class: "navbar-item navbar-link" %>
<%= link_to t(".sign_up"), new_user_registration_path, class: "navbar-item navbar-link" %>
<%= link_to t(".GitHub"), "https://github.com/Evolix/chexpire", class: "navbar-item navbar-link" %>
<%= link_to "GitHub", "https://github.com/Evolix/chexpire", class: "navbar-item navbar-link" %>
<% end %>
</div>
</div>
Expand Down

0 comments on commit ab941b4

Please sign in to comment.