diff --git a/app/views/boards/_course_show.html.erb b/app/views/boards/_course_show.html.erb index 47de679c8..bad7f5e6d 100644 --- a/app/views/boards/_course_show.html.erb +++ b/app/views/boards/_course_show.html.erb @@ -39,9 +39,9 @@ <%= link_to image_tag(url_to_avatar(topic.author), :width=>"42",:height=>"42"), user_path(topic.author),:class =>'talkmain_pic fl' %>
:
@@ -51,14 +51,11 @@ margin-right: 10px;"><%= l(:button_edit) %> <% end %> - <%= link_to( - l(:button_delete), - {:controller =>'messages',:action => 'destroy', :id => topic.id, :board_id => topic.board_id, :is_board=>'true'}, - :method => :post, - :data => {:confirm => l(:text_are_you_sure)}, - :class => 'talk_edit fr', - :style => ' margin-right: 10px;' - ) if topic.destroyable_by?(User.current) %> + <%= link_to(l(:button_delete), {:controller =>'messages',:action => 'destroy', :id => topic.id, :board_id => topic.board_id, :is_board=>'true'}, + :method => :post, + :data => {:confirm => l(:text_are_you_sure)}, + :class => 'talk_edit fr', + :style => ' margin-right: 10px;') if topic.destroyable_by?(User.current) %> <% if topic.sticky? %> <%= l(:label_board_sticky)%> @@ -165,7 +162,7 @@讨论区共有<%= @topic_count %>个帖子
<% if @topics.any? %> - <% @topics.each do |topic| %> -:
+ <% @topics.each do |topic| %> +:
-<%= h(topic.subject) %>
-
+ [展开]
+
+
+
+
- [展开]
-
-
-
-
<%= l(:label_no_data) %>
<% end %> @@ -211,78 +201,78 @@ \ No newline at end of file diff --git a/public/images/public_icon.png b/public/images/public_icon.png index b915af086..4dffad183 100644 Binary files a/public/images/public_icon.png and b/public/images/public_icon.png differ