Commit 3e9460b6cb8184aada5932abeeafa6be53459a69

Authored by Dmitriy Zaporozhets
1 parent ce5fca48

Fix minor wording

app/views/groups/edit.html.haml
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 .ui-box 20 .ui-box
21 .title 21 .title
22 %strong= @group.name 22 %strong= @group.name
23 - Group Settings: 23 + group settings:
24 %div.form-holder 24 %div.form-holder
25 = form_for @group do |f| 25 = form_for @group do |f|
26 - if @group.errors.any? 26 - if @group.errors.any?
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 .ui-box 44 .ui-box
45 .title 45 .title
46 %strong= @group.name 46 %strong= @group.name
47 - Projects: 47 + projects:
48 - if can? current_user, :manage_group, @group 48 - if can? current_user, :manage_group, @group
49 %span.pull-right 49 %span.pull-right
50 = link_to new_project_path(namespace_id: @group.id), class: "btn btn-tiny" do 50 = link_to new_project_path(namespace_id: @group.id), class: "btn btn-tiny" do
@@ -85,4 +85,4 @@ @@ -85,4 +85,4 @@
85 %p 85 %p
86 %strong Removed group can not be restored! 86 %strong Removed group can not be restored!
87 87
88 - = link_to 'Remove Group', @group, confirm: 'Removed group can not be restored! Are you sure?', method: :delete, class: "btn btn-remove btn-small" 88 + = link_to 'Remove Group', @group, confirm: 'Removed group can not be restored! Are you sure?', method: :delete, class: "btn btn-remove"
app/views/projects/merge_requests/show/_how_to_merge.html.haml
1 %div#modal_merge_info.modal.hide 1 %div#modal_merge_info.modal.hide
2 .modal-header 2 .modal-header
3 %a.close{href: "#", "data-dismiss" => "modal"} × 3 %a.close{href: "#", "data-dismiss" => "modal"} ×
4 - %h3 How To Merge 4 + %h3 How to merge
5 .modal-body 5 .modal-body
6 %p 6 %p
7 %strong Step 1. 7 %strong Step 1.