We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733e052 commit 9963902Copy full SHA for 9963902
app/views/layouts/application.html.erb
@@ -45,8 +45,8 @@
45
<%= render_list :class => "nav" do |li|
46
li << link_to(t("menu.home"), root_path)
47
li << link_to(t("menu.topics"), topics_path)
48
- li << link_to(t("menu.wiki"), pages_path)
49
- li << link_to(t("menu.jobs"), jobs_path) if !mobile?
+ li << link_to(t("menu.wiki"), pages_path) if !mobile?
+ li << link_to(t("menu.jobs"), jobs_path)
50
li << link_to(t("menu.tweets"), twitter_path) if !mobile?
51
li << link_to(t("menu.sites"), sites_path) if !mobile?
52
end %>
0 commit comments