Skip to content
Snippets Groups Projects
Commit 3e9460b6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix minor wording

parent ce5fca48
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@
.ui-box
.title
%strong= @group.name
Group Settings:
group settings:
%div.form-holder
= form_for @group do |f|
- if @group.errors.any?
Loading
Loading
@@ -44,7 +44,7 @@
.ui-box
.title
%strong= @group.name
Projects:
projects:
- if can? current_user, :manage_group, @group
%span.pull-right
= link_to new_project_path(namespace_id: @group.id), class: "btn btn-tiny" do
Loading
Loading
@@ -85,4 +85,4 @@
%p
%strong Removed group can not be restored!
 
= link_to 'Remove Group', @group, confirm: 'Removed group can not be restored! Are you sure?', method: :delete, class: "btn btn-remove btn-small"
= link_to 'Remove Group', @group, confirm: 'Removed group can not be restored! Are you sure?', method: :delete, class: "btn btn-remove"
%div#modal_merge_info.modal.hide
.modal-header
%a.close{href: "#", "data-dismiss" => "modal"} ×
%h3 How To Merge
%h3 How to merge
.modal-body
%p
%strong Step 1.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment