Skip to content

Commit

Permalink
undo changes in application.html.erb (these changes made in tutorials…
Browse files Browse the repository at this point in the history
… branch, to be merged later)
  • Loading branch information
goobertron committed Aug 24, 2013
1 parent a2c5930 commit 2ee0613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@

<div id="mainnav" class="pull-right">
<ul class="nav">
<!-- <li><%= link_to t('pages.about.menu_title'), about_url %></li> -->
<li><%= link_to t('pages.about.menu_title'), about_url %></li>
<li><%= link_to t('pages.get_involved.menu_title'), get_involved_url %></li>
<!-- <li><%= link_to t('pages.blog.menu_title'), blog_index_url(subdomain: 'blog') %></li> -->
<li><%= link_to t('.wiki'), 'https://wiki.diasporafoundation.org' %></li>
<li><%= link_to t('pages.tutorials.menu_title'), tutorials_url %></li>
<!-- <li><%= link_to t('.planet'), 'http://planet.diasporafoundation.org' %></li> -->
</ul>
<%= link_to t('buttons.host_pod'), about_path(anchor: "host"), class: 'btn primary' %>
Expand Down

0 comments on commit 2ee0613

Please sign in to comment.