|
|
|
@ -319,7 +319,7 @@
|
|
|
|
|
<li style="clear: both; list-style: none;">
|
|
|
|
|
<span class="wmail_dis" style="float:left; color:#000000; margin-right:5px;">▪</span>
|
|
|
|
|
|
|
|
|
|
<%= link_to forum.author, user_activities_url(forum.author,:token => @token.value),
|
|
|
|
|
<%= link_to forum.creator, user_activities_url(forum.creator,:token => @token.value),
|
|
|
|
|
:class => "wmail_name",
|
|
|
|
|
:style => "color:#fe5722; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#6e6e6e;"><%= l(:label_forum_new) %></span>
|
|
|
|
@ -349,7 +349,7 @@
|
|
|
|
|
<%= link_to memo.author, user_activities_url(memo.author,:token => @token.value),
|
|
|
|
|
:class => "wmail_name",
|
|
|
|
|
:style => "color:#fe5722; float:left;display:block; margin-right:5px; margin-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;" %>
|
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#6e6e6e;"><%= l(:label_memo_new_from_forum) %></span>
|
|
|
|
|
<span class="wmail_txt" style="float:left; margin-right:5px;color:#6e6e6e;"><%= memo.parent_id.nil? ? l(:label_memo_new_from_forum) : l(:label_reply) %></span>
|
|
|
|
|
|
|
|
|
|
<%= link_to truncate(memo.subject,length: 30,omission: '...'),forum_memo_url(memo.forum, (memo.parent_id.nil? ? memo : memo.parent_id)),
|
|
|
|
|
:class => 'wmail_info',
|
|
|
|
|