项目讨论区--未登录情况下提示界面

This commit is contained in:
huang 2015-04-22 13:56:36 +08:00
parent bce1006969
commit 9cfcbc5584
1 changed files with 3 additions and 8 deletions

View File

@ -33,14 +33,9 @@
<!--display the board--> <!--display the board-->
<% if !User.current.logged? %> <% if !User.current.logged? %>
<div style="font-size: 14px;margin:20px;"> <div class="c_grey f14">
<% if @project.project_type == 1 %> <%= l(:label_user_login_project_board) %>
<%= l(:label_user_login_course_board) %> <%= link_to l(:label_user_login_new), signin_path, :class => "c_blue ml5" %>
<% else %>
<%= l(:label_user_login_project_board) %>
<% end %>
<%= link_to l(:label_user_login_new), signin_path %>
<hr/>
</div> </div>
<% end %> <% end %>