52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
<!--<p><%#= link_to_project(news.project) + ': ' unless @project %>
|
|
<table><tr><td><img src="/images/new/news.png" width="40" height="40"/></td><td><%#= link_to h(news.title), news_path(news) %>
|
|
<%#= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>
|
|
|
|
<%# unless news.summary.blank? %></td><td><span class="fontligher"><%#=h news.summary %></span></td>
|
|
<td><span class="author"><%#= authoring news.created_on, news.author %></span></td></tr></table></p>-->
|
|
|
|
<table width="660px" border="0" align="center">
|
|
<tr>
|
|
<td colspan="2" valign="top" width="50" >
|
|
<img src="/images/new/news.png" width="40" height="40"/>
|
|
</td>
|
|
<td><table width="580px" border="0">
|
|
<tr>
|
|
<td colspan="2" valign="top">
|
|
<strong>
|
|
<%=link_to contestnotifications.author,
|
|
contest_contestnotification_path(contestnotifications)
|
|
%>
|
|
</strong>
|
|
<a class="font_lighter">
|
|
<%= l(:label_project_newshare) %>
|
|
</a>
|
|
<%= link_to h(contestnotifications.title),
|
|
contest_contestnotification_path(contestnotifications)
|
|
%>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" width="580px" >
|
|
<p class="font_description">
|
|
<%=h contestnotifications.description%>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">
|
|
<a class="font_lighter">
|
|
<%= contestnotifications.created_at %>
|
|
</a>
|
|
</td>
|
|
<td width="200" align="right" class="a">
|
|
<%= link_to l(:label_project_newother),
|
|
contest_contestnotification_path(contestnotifications)
|
|
%>
|
|
<%= "(#{l(:label_x_comments, :count => contestnotifications.notificationcomments_count)})" if contestnotifications.notificationcomments_count > 0 %>
|
|
</td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|