diff --git a/app/views/boards/_project_show.html.erb b/app/views/boards/_project_show.html.erb index aff39b0f3..e93690e73 100644 --- a/app/views/boards/_project_show.html.erb +++ b/app/views/boards/_project_show.html.erb @@ -37,14 +37,14 @@
<% author = topic.author.to_s + ":" %> <%= link_to author, user_path(topic.author), :class =>"talkmain_name fl " %> -

  <%= h(topic.subject) %>

+

  <%= h(topic.subject) %>

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

+

<%= topic.content %>

@@ -95,7 +95,7 @@

<%= link_to_user_header message.author,false,:class => 'fl c_orange ' %>
-

<%= textAreailizable message,:content,:attachments => message.attachments %>

+

<%= textAreailizable message,:content,:attachments => message.attachments %>


<%= format_time(message.created_on) %> @@ -124,7 +124,7 @@
<%= link_to_user_header message.author,false,:class => 'fl c_orange ' %>
-

<%= textAreailizable message,:content,:attachments => message.attachments %>

+

<%= textAreailizable message,:content,:attachments => message.attachments %>


<%= format_time(message.created_on) %>