add archive frontend table class
This commit is contained in:
parent
3ec3479d66
commit
003be65d03
|
@ -8,15 +8,15 @@
|
|||
<tr>
|
||||
<th class="column-ctrl col-title"><%= sortable(:title, t("archive.Title"))%></th>
|
||||
<th class="column-ctrl col-file"><%= t("archive.Files")%></th>
|
||||
<th class="column-ctrl col-file"><%= t(:promoter)%></th>
|
||||
<th class="column-ctrl col-promoter"><%= t(:promoter)%></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<% @archive_files.each_with_index do |post,i| %>
|
||||
<tr <% if ( (i + 1) % 2 ) == 0 %> class="even" <% end %>>
|
||||
<td><div class="o-archives-title"><%= post.title %></div></td>
|
||||
<td>
|
||||
<td class="col-title"><div class="o-archives-title"><%= post.title %></div></td>
|
||||
<td class="col-file">
|
||||
<div class="o-archives-list-item">
|
||||
<% if !post.archive_file_multiples.blank? %>
|
||||
<ol>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<td class="col-promoter">
|
||||
<% unless post.get_users.blank? %>
|
||||
<div class="promoter-block">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue