Skip to content

Commit 9963902

Browse files
committed
手机上显示招聘栏目,不显示 Wiki;
1 parent 733e052 commit 9963902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<%= render_list :class => "nav" do |li|
4646
li << link_to(t("menu.home"), root_path)
4747
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?
48+
li << link_to(t("menu.wiki"), pages_path) if !mobile?
49+
li << link_to(t("menu.jobs"), jobs_path)
5050
li << link_to(t("menu.tweets"), twitter_path) if !mobile?
5151
li << link_to(t("menu.sites"), sites_path) if !mobile?
5252
end %>

0 commit comments

Comments
 (0)