Commit fe191698 authored by Jeroen Nijhof's avatar Jeroen Nijhof

Use panel-default and .form-actions

parent 9b28220f
...@@ -174,6 +174,19 @@ ...@@ -174,6 +174,19 @@
.danger-settings .danger-settings
.panel.panel-default
.panel-heading Housekeeping
.errors-holder
.panel-body
%p
Runs a number of housekeeping tasks within the current repository,
such as compressing file revisions and removing unreachable objects.
%br
.form-actions
= link_to 'Housekeeping', housekeeping_namespace_project_path(@project.namespace, @project),
method: :post, class: "btn btn-default"
- if can? current_user, :archive_project, @project - if can? current_user, :archive_project, @project
- if @project.archived? - if @project.archived?
.panel.panel-success .panel.panel-success
...@@ -210,17 +223,6 @@ ...@@ -210,17 +223,6 @@
- else - else
.nothing-here-block Only the project owner can archive a project .nothing-here-block Only the project owner can archive a project
.panel.panel-default.panel.panel-warning
.panel-heading Housekeeping
.errors-holder
.panel-body
%p
Runs a number of housekeeping tasks within the current repository,
such as compressing file revisions and removing unreachable objects.
%br
= link_to 'Housekeeping', housekeeping_namespace_project_path(@project.namespace, @project),
method: :post, class: "btn btn-warning"
.panel.panel-default.panel.panel-warning .panel.panel-default.panel.panel-warning
.panel-heading Rename repository .panel-heading Rename repository
.errors-holder .errors-holder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment