Responsive view #682 trash

This commit is contained in:
Karel Picman 2018-02-13 15:45:12 +01:00
parent 714079ad6f
commit 7dfc11363d
4 changed files with 14 additions and 14 deletions

View File

@ -75,7 +75,7 @@
:data => {:confirm => l(:text_are_you_sure)},
:method => :delete,
:title => l(:title_delete),
:class => 'icon-only icon-delete') %>
:class => 'icon-only icon-del') %>
<% else %>
<%= link_to('', delete_dmsf_path(:id => project, :folder_id => subfolder, :commit => 'yes'),
:data => {:confirm => l(:text_are_you_sure)},

View File

@ -78,7 +78,7 @@
<span class="icon"></span>
<% end %>
</td>
<td class="hol"><%= position %> </td>
<td class="hol"></td>
<td class="hol">link.updated_at.to_i</td>
<td class="hol"></td>
<td class="none"><%= position %> </td>
<td class="none"></td>
<td class="none">link.updated_at.to_i</td>
<td class="none"></td>

View File

@ -64,10 +64,10 @@
<% if @file_delete_allowed %>
<%= link_to_if(@file_delete_allowed, '', dmsf_link_path(:id => link, :commit => 'yes'),
:data => {:confirm => l(:text_are_you_sure)}, :method => :delete,
:title => l(:title_delete), :class => "icon icon-delete" ) %>
:title => l(:title_delete), :class => "icon icon-del" ) %>
<% end %>
</td>
<td class="hol">1</td>
<td class="hol"></td>
<td class="hol">link.updated_at.to_i</td>
<td class="hol"></td>
<td class="none">1</td>
<td class="none"></td>
<td class="none">link.updated_at.to_i</td>
<td class="none"></td>

View File

@ -81,10 +81,10 @@
<% end %>
<% end %>
<th class ="dmsf_th"><%# controls %></th>
<th class="hol"><%# position %></th>
<th class="hol"><%# size %></th>
<th class="hol"><%# updated %></th>
<th class="hol"><%# version %></th>
<th class="none"><%# position %></th>
<th class="none"><%# size %></th>
<th class="none"><%# updated %></th>
<th class="none"><%# version %></th>
</tr>
</thead>
<tbody>