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

dev_repository_hjq
huang 10 years ago
parent bce1006969
commit 9cfcbc5584

@ -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 %>

Loading…
Cancel
Save