|
|
|
@ -228,7 +228,7 @@
|
|
|
|
|
<div class="d-p-projectlist-box">
|
|
|
|
|
<ul class="d-p-projectlist">
|
|
|
|
|
<% find_new_forum_topics(9 - @contest_notifications.count).each do |topic|%>
|
|
|
|
|
<li class="message-brief-intro" style="height: auto; line-height:2em; padding-bottom: 1px ">
|
|
|
|
|
<li class="message-brief-intro" style="height: auto; line-height:2em; padding-bottom: 1px; border-bottom: 1px dashed ">
|
|
|
|
|
<div style="display: inline-block; width: 100%;">
|
|
|
|
|
<span class="memo_activity text_nowrap" style="color:gray; display: inline-block; margin-bottom:6px; background: url('/images/list-icon.png') no-repeat scroll ;background-position: left center;">
|
|
|
|
|
<%= link_to '['+topic.forum.name + ']',forum_path(topic.forum),:class => 'memo_Bar_title' %><%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;" %>
|
|
|
|
|