=link_to'Remove avatar',namespace_project_avatar_path(@project.namespace,@project),data: {confirm: "Project avatar will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-sm remove-avatar"
.form-actions
=f.submit'Save changes',class: "btn btn-save"
.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.
.help-block The maximum file size allowed is 200KB.
-if@project.avatar?
%hr
=link_to'Remove avatar',namespace_project_avatar_path(@project.namespace,@project),data: {confirm: "Project avatar will be removed. Are you sure?"},method: :delete,class: "btn btn-remove btn-sm remove-avatar"
=f.submit'Save changes',class: "btn btn-save"
.row.prepend-top-default
%hr
.row.prepend-top-default
.col-lg-3
%h4.prepend-top-0
Housekeeping
%p.append-bottom-0
%p
Runs a number of housekeeping tasks within the current repository,
such as compressing file revisions and removing unreachable objects.