diff --git a/app/views/cms/view.rhtml b/app/views/cms/view.rhtml index 63c2af0..b55f880 100644 --- a/app/views/cms/view.rhtml +++ b/app/views/cms/view.rhtml @@ -39,6 +39,7 @@ <%= link_to _('Properties'), :action => 'edit', :id => folder.id %> <%= link_to _('Public view'), folder.url %> + <%= link_to _('Use as homepage'), { :action => 'set_home_page', :id => folder.id }, :method => :post %> <%= 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!') %> -- libgit2 0.21.2