diff --git a/app/views/dmsf/_dir_trash.html.erb b/app/views/dmsf/_dir_trash.html.erb
index 563148b1..0d5425a9 100644
--- a/app/views/dmsf/_dir_trash.html.erb
+++ b/app/views/dmsf/_dir_trash.html.erb
@@ -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)},
diff --git a/app/views/dmsf/_url.html.erb b/app/views/dmsf/_url.html.erb
index d3ff39b0..80d67d4e 100644
--- a/app/views/dmsf/_url.html.erb
+++ b/app/views/dmsf/_url.html.erb
@@ -78,7 +78,7 @@
<% end %>
-
<%= position %> |
- |
-link.updated_at.to_i |
- |
+<%= position %> |
+ |
+link.updated_at.to_i |
+ |
diff --git a/app/views/dmsf/_url_trash.html.erb b/app/views/dmsf/_url_trash.html.erb
index 5d73b077..9ffb09ba 100644
--- a/app/views/dmsf/_url_trash.html.erb
+++ b/app/views/dmsf/_url_trash.html.erb
@@ -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 %>
-1 |
- |
-link.updated_at.to_i |
- |
+1 |
+ |
+link.updated_at.to_i |
+ |
diff --git a/app/views/dmsf/trash.html.erb b/app/views/dmsf/trash.html.erb
index 0a8e987f..fd67df88 100644
--- a/app/views/dmsf/trash.html.erb
+++ b/app/views/dmsf/trash.html.erb
@@ -81,10 +81,10 @@
<% end %>
<% end %>
<%# controls %> |
- <%# position %> |
- <%# size %> |
- <%# updated %> |
- <%# version %> |
+ <%# position %> |
+ <%# size %> |
+ <%# updated %> |
+ <%# version %> |