Skip to content

Commit

Permalink
修正页面显示
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 2, 2015
1 parent 5941b70 commit f2a81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/main.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<span><%= link_to "退出", session_path(@user.id), method: "delete" %></span>
<% end %>
<span class="line">|</span>
<%if @user and @user.level!=1%>
<%if @user and @user.level != 0%>
<span class="res"><%=link_to "控制台", controller:'manage', action: 'index'%></span>
<%else%>
<span class="res"><a href="/home/feedback" target="_blank">用户反馈</a></span>
Expand Down

0 comments on commit f2a81a7

Please sign in to comment.