Commit 4f4a3b4e95d78bd9c85c6c18a555a437b0f9c325

Authored by AntonioTerceiro
1 parent 1db09927

ActionItem501: removing unused test

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2127 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/cms/view.rhtml
@@ -39,6 +39,7 @@ @@ -39,6 +39,7 @@
39 <td> 39 <td>
40 <%= link_to _('Properties'), :action => 'edit', :id => folder.id %> 40 <%= link_to _('Properties'), :action => 'edit', :id => folder.id %>
41 <%= link_to _('Public view'), folder.url %> 41 <%= link_to _('Public view'), folder.url %>
  42 + <%= link_to _('Use as homepage'), { :action => 'set_home_page', :id => folder.id }, :method => :post %>
42 <%= link_to _('Delete'), { :action => 'destroy', :id => folder.id }, :method => :post, :confirm => _('Are you sure that you want to remove this folder? Note that all the items inside it will also be removed!') %> 43 <%= link_to _('Delete'), { :action => 'destroy', :id => folder.id }, :method => :post, :confirm => _('Are you sure that you want to remove this folder? Note that all the items inside it will also be removed!') %>
43 </td> 44 </td>
44 </tr> 45 </tr>