fixed language of announcement filter

This commit is contained in:
Rueshyna 2012-11-08 16:01:08 +08:00
parent 800279ea69
commit 7595e20d0c
1 changed files with 7 additions and 7 deletions

View File

@ -10,13 +10,13 @@
<table class="table main-list"> <table class="table main-list">
<thead> <thead>
<tr> <tr>
<th class="span1"><%= t('bulletin.category') %></th> <th class="span1"><%= t('category') %></th>
<th class="span3"><%= t('bulletin.title') %></th> <th class="span3"><%= t('title') %></th>
<th class="span1"><%= t('bulletin.start_date') %></th> <th class="span1"><%= t('start_date') %></th>
<th class="span1"><%= t('bulletin.end_date') %></th> <th class="span1"><%= t('end_date') %></th>
<th class="span1"><%= t('bulletin.tags') %></th> <th class="span1"><%= t('tags') %></th>
<% if not @user%> <% if not @user%>
<th class="span1"><%= t('bulletin.last_modified') %></th> <th class="span1"><%= t('last_modified') %></th>
<% end %> <% end %>
</tr> </tr>
</thead> </thead>
@ -35,7 +35,7 @@
<% if not bulletin.deadline.nil?%> <% if not bulletin.deadline.nil?%>
<td><%= display_date_time(bulletin.deadline) %></td> <td><%= display_date_time(bulletin.deadline) %></td>
<%else%> <%else%>
<td><%= t('bulletin.no_deadline') %></td> <td><%= t('no_deadline') %></td>
<% end %> <% end %>
<td> <td>
<div class="label-group"> <div class="label-group">