|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<% if activity.container_type == 'Organization' && activity.org_act_type == 'OrgDocumentComment' && activity.org_act_id != @organization.home_id %>
|
|
|
|
|
<% document = activity.org_act %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{document.title}".html_safe, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), class: 'por_hot_title', :target => "_blank", :title => document.title %>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{document.title}".html_safe, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), class: 'por_hot_title link-black', :target => "_blank", :title => document.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(document.created_at) %></span>
|
|
|
|
|
<%= link_to document.creator.show_name, user_path(document.creator), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<% title = message.parent_id.nil? ? message.subject : message.parent.subject %>
|
|
|
|
|
<% if message.board.org_subfield_id %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{title}".html_safe, board_message_url_in_org(message.board.id,message.id), class: 'por_hot_title', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{title}".html_safe, board_message_url_in_org(message.board.id,message.id), class: 'por_hot_title link-black', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span>
|
|
|
|
|
<%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
<% else %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{title}".html_safe, board_message_path(message.board.id,message.id), class: 'por_hot_title', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{title}".html_safe, board_message_path(message.board.id,message.id), class: 'por_hot_title link-black', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span>
|
|
|
|
|
<%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
<% if activity.org_act_type == 'News' and News.where("id=?", activity.org_act_id).count > 0 %>
|
|
|
|
|
<% news = activity.org_act %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{news.title}".html_safe, news_path(news), class: 'por_hot_title', :target => "_blank", :title => news.title %>
|
|
|
|
|
<%= link_to "<span class='por_icons_hot fl'>热门推荐</span>#{news.title}".html_safe, news_path(news), class: 'por_hot_title link-black', :target => "_blank", :title => news.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(news.created_on) %></span>
|
|
|
|
|
<%= link_to news.author.show_name, user_path(news.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<% if activity.container_type == 'Organization' && activity.org_act_type == 'OrgDocumentComment' && activity.org_act_id != @organization.home_id %>
|
|
|
|
|
<% document = activity.org_act %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), class: 'por_hot_title', :target => "_blank", :title => document.title %>
|
|
|
|
|
<%= link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), class: 'por_hot_title link-black', :target => "_blank", :title => document.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(document.created_at) %></span>
|
|
|
|
|
<%= link_to document.creator.show_name, user_path(document.creator), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
<% title = message.parent_id.nil? ? message.subject : message.parent.subject %>
|
|
|
|
|
<% if message.board.org_subfield_id %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to title, board_message_url_in_org(message.board.id,message.id), class: 'por_hot_title', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to title, board_message_url_in_org(message.board.id,message.id), class: 'por_hot_title link-black', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span>
|
|
|
|
|
<%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
<% else %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to title, board_message_path(message.board.id,message.id), class: 'por_hot_title', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to title, board_message_path(message.board.id,message.id), class: 'por_hot_title link-black', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span>
|
|
|
|
|
<%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -92,7 +92,7 @@
|
|
|
|
|
<% if activity.org_act_type == 'News' and News.where("id=?", activity.org_act_id).count > 0 %>
|
|
|
|
|
<% news = activity.org_act %>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to news.title, news_path(news), class: 'por_hot_title', :target => "_blank", :title => news.title %>
|
|
|
|
|
<%= link_to news.title, news_path(news), class: 'por_hot_title link-black', :target => "_blank", :title => news.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(news.created_on) %></span>
|
|
|
|
|
<%= link_to news.author.show_name, user_path(news.author), :class => "por_hot_name", :target => "_blank" %>
|
|
|
|
|
</p>
|
|
|
|
@ -114,7 +114,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag("/files/uploads/image#{get_image_path_from_content(document.content)}", :width => "299", :height => "246"), org_document_comment_path(:id => document.id, :organization_id => document.organization.id), :target => "_blank" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), :class => 'por_hot_title_r', :target => "_blank", :title => document.title %>
|
|
|
|
|
<%= link_to document.title, org_document_comment_path(:id => document.id, :organization_id => document.organization.id), :class => 'por_hot_title link-black_r', :target => "_blank", :title => document.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(document.created_at) %></span><%= link_to document.creator.show_name, user_path(document.creator), :class => "por_hot_name", :target => "_blank" %></p>
|
|
|
|
|
<%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => document.id, :content=> document.content, :maxheight => 80, :maxwordsnum => 90, :maxwidth => 0, :cl => "por_hot_txt_r"} %>
|
|
|
|
|
</div>
|
|
|
|
@ -130,7 +130,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag("/files/uploads/image#{get_image_path_from_content(content)}", :width => "299", :height => "246"), board_message_url_in_org(:id => message.id, :organization_id => message.organization.id), :target => "_blank" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= link_to title, board_message_url_in_org(:id => message.id, :organization_id => message.organization.id), :class => 'por_hot_title_r', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to title, board_message_url_in_org(:id => message.id, :organization_id => message.organization.id), :class => 'por_hot_title link-black_r', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span><%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %></p>
|
|
|
|
|
<%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => message.id, :content=> content, :maxheight => 80, :maxwordsnum => 90, :maxwidth => 0, :cl => "por_hot_txt_r"} %>
|
|
|
|
|
</div>
|
|
|
|
@ -141,7 +141,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag("/files/uploads/image#{get_image_path_from_content(content)}", :width => "299", :height => "246"), board_message_path(:id => message.id, :organization_id => message.organization.id), :target => "_blank" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= link_to title, board_message_path(:id => message.id, :organization_id => message.organization.id), :class => 'por_hot_title_r', :target => "_blank", :title => title %>
|
|
|
|
|
<%= link_to title, board_message_path(:id => message.id, :organization_id => message.organization.id), :class => 'por_hot_title link-black_r', :target => "_blank", :title => title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(message.created_on) %></span><%= link_to message.author.show_name, user_path(message.author), :class => "por_hot_name", :target => "_blank" %></p>
|
|
|
|
|
<%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => message.id, :content=> content, :maxheight => 80, :maxwordsnum => 90, :maxwidth => 0, :cl => "por_hot_txt_r"} %>
|
|
|
|
|
</div>
|
|
|
|
@ -156,7 +156,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag("/files/uploads/image#{path}", :width => "299", :height => "246"), news_path(news), :target => "_blank" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= link_to news.title, news_path(news), :class => 'por_hot_title_r', :target => "_blank", :title => news.title %>
|
|
|
|
|
<%= link_to news.title, news_path(news), :class => 'por_hot_title link-black_r', :target => "_blank", :title => news.title %>
|
|
|
|
|
<p class="mt5 mb5"><span class="por_time mr10"><%= time_from_now(news.created_on) %></span><%= link_to news.author.show_name, user_path(news.author), :class => "por_hot_name", :target => "_blank" %></p>
|
|
|
|
|
<%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => news.id, :content=> news.description, :maxheight => 80, :maxwordsnum => 90, :maxwidth => 0, :cl => "por_hot_txt_r"} %>
|
|
|
|
|
</div>
|
|
|
|
|