Modify bulletin back-end index to show announcement in front-end

This commit is contained in:
Christophe Vilayphiou 2012-03-21 12:37:52 +08:00
parent c4d541d3b9
commit 5d7202af8b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</div>
</td>
<td><%= bulletin.bulletin_category.i18n_variable[I18n.locale] %></td>
<td><%= link_to bulletin.title[I18n.locale], panel_announcement_back_end_bulletin_path(bulletin) rescue ''%></td>
<td><%= link_to bulletin.title[I18n.locale], panel_announcement_front_end_bulletin_path(bulletin) rescue ''%></td>
<td><%= bulletin.postdate %></td>
<td><%= (bulletin.deadline) ? bulletin.deadline : t('bulletin.no_deadline') %></td>
<td>