|
|
@ -45,7 +45,7 @@
|
|
|
|
<%= link_to @topic_count,:controller => 'boards',:action => 'index' %>
|
|
|
|
<%= link_to @topic_count,:controller => 'boards',:action => 'index' %>
|
|
|
|
个贴子
|
|
|
|
个贴子
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<% if @project.enabled_modules.where("name = 'boards'").count > 0 %>
|
|
|
|
<% if @project.enabled_modules.where("name = 'boards'").count > 0 && User.current.member_of?(@project) %>
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<%= link_to l(:label_message_new),
|
|
|
|
<%= link_to l(:label_message_new),
|
|
|
|
new_board_message_path(@board),
|
|
|
|
new_board_message_path(@board),
|
|
|
|