diff --git a/app/views/boards/_course_show.html.erb b/app/views/boards/_course_show.html.erb index 357071214..8f2cddc48 100644 --- a/app/views/boards/_course_show.html.erb +++ b/app/views/boards/_course_show.html.erb @@ -44,17 +44,15 @@
- -

- <%= topic.content %>

-
- - - - +

+

+ <%= topic.content %>
- - + + + + +

<%= l(:label_activity_time)%>:  <%= format_time topic.created_on %>
<%= toggle_link l(:button_reply), "reply" + topic.id.to_s, :focus => 'message_content',:class => ' c_dblue fr' %> diff --git a/app/views/boards/_project_show.html.erb b/app/views/boards/_project_show.html.erb index 490c1a584..ef2591b30 100644 --- a/app/views/boards/_project_show.html.erb +++ b/app/views/boards/_project_show.html.erb @@ -1,5 +1,4 @@ - -
+

<% if User.current.language == "zh"%> <%= h @board.name %> @@ -36,24 +35,25 @@
<%= link_to image_tag(url_to_avatar(topic.author), :width=>"42",:height=>"42"), user_path(topic.author),:class =>'talkmain_pic fl' %>
- <% author = topic.author.to_s + ":" %> + <% author = topic.author.to_s + ":" %> <%= link_to author, user_path(topic.author), :class =>"talkmain_name fl " %>

  <%= h(topic.subject) %>

<% if topic.sticky? %> <%= l(:label_board_sticky)%> <% end %> +
-
+

+ <%= topic.content %> +

+ + + + + +

-

- <%= topic.content %>

-
- - - - -
<%= l(:label_activity_time)%>:  <%= format_time topic.created_on %> @@ -166,6 +166,7 @@ <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:format => 'atom', :key => User.current.rss_key}, :title => "#{@project}: #{@board}") %> <% end %> +