Skip to content

Commit

Permalink
Tweak menu links to use RVM_HOST where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhaddox committed Apr 30, 2015
1 parent 8332126 commit 5fc7eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/layout.haml
Expand Up @@ -28,9 +28,9 @@
%li
%a{:href => "#{HOST}/files"} Rubies
%li
%a{:href => "#{HOST}/db", :target => '_blank' } DB
%a{:href => "#{RVM_HOST}/db", :target => '_blank' } DB
%li
%a{:href => "#{HOST}/known", :target => '_blank' } Known
%a{:href => "#{RVM_HOST}/known", :target => '_blank' } Known

.container
%header
Expand Down

0 comments on commit 5fc7eca

Please sign in to comment.