Skip to content

Commit

Permalink
temporarily remove about us link on header
Browse files Browse the repository at this point in the history
  • Loading branch information
zation committed Jun 5, 2013
1 parent 59736bb commit 34c52c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/shared/_header.html.erb
Expand Up @@ -9,13 +9,7 @@
<li>
<a href="<%= login_path() %>">登录</a>
</li>
<li>
<a href="<%= about_us_path() %>">关于我们</a>
</li>
<% else %>
<li>
<a href="<%= about_us_path() %>">关于我们</a>
</li>
<li>
<a href="<%= new_lessonplan_path() %>">创建新教案</a>
</li>
Expand Down

0 comments on commit 34c52c6

Please sign in to comment.