summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
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/projects/show.html.haml
parent30a7a76f3bbc0572a151fc6612c46591f7de7ec0 (diff)
downloadgitlab-ce-78e8ac5da1fce5dab13667b9eafe7c91550e7210.tar.gz
Add sentence casing, fix groups page buttons, fix dark gray variable
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 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 }