fixed language of announcement filter
This commit is contained in:
		
							parent
							
								
									800279ea69
								
							
						
					
					
						commit
						7595e20d0c
					
				| 
						 | 
					@ -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">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue