summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-16 11:13:17 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-17 13:22:19 -0600
commit78e8ac5da1fce5dab13667b9eafe7c91550e7210 (patch)
tree303d106dae8a04b5cab46db990148686136aede9 /app/views
parent30a7a76f3bbc0572a151fc6612c46591f7de7ec0 (diff)
downloadgitlab-ce-78e8ac5da1fce5dab13667b9eafe7c91550e7210.tar.gz
Add sentence casing, fix groups page buttons, fix dark gray variable
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/show.html.haml2
-rw-r--r--app/views/shared/notifications/_button.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 097dd224140..8a214e1de58 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -67,7 +67,7 @@
Set up CI
- if koding_enabled? && @repository.koding_yml.blank?
%li.missing
- = link_to 'Set Up Koding', add_koding_stack_path(@project)
+ = link_to 'Set up Koding', add_koding_stack_path(@project)
- if @repository.commit
.project-last-commit{ class: container_class }
diff --git a/app/views/shared/notifications/_button.html.haml b/app/views/shared/notifications/_button.html.haml
index 8e4fa5d48c3..ce33d1497ba 100644
--- a/app/views/shared/notifications/_button.html.haml
+++ b/app/views/shared/notifications/_button.html.haml
@@ -1,5 +1,5 @@
- if notification_setting
- .project-action-button.dropdown.notification-dropdown.inline
+ .project-action-button.dropdown.inline
= form_for notification_setting, remote: true, html: { class: "inline notification-form" } do |f|
= hidden_setting_source_input(notification_setting)
= f.hidden_field :level, class: "notification_setting_level"