summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-08-18 16:09:57 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2015-08-18 16:09:57 +0000
commitaab30f1c979b863cb38ac1140f1f35cb7f0bdafc (patch)
tree48d2171c2fbcc97694e4ef8dcd9907661b92c042
parent1b0e80bdf56221473df0c4eb432bbc3238683d29 (diff)
parent21cb51a9ab49f44b9566d57ce0e03a67db57bcba (diff)
downloadgitlab-ci-aab30f1c979b863cb38ac1140f1f35cb7f0bdafc.tar.gz
Merge branch 'fix-modal-title' into 'master'
Fix typo in modal title See merge request !233
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index d8d82c2..298007a 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -14,8 +14,8 @@
.modal-content
.modal-header
%button.close{"aria-hidden" => "true", "data-dismiss" => "modal", :type => "button"} ×
- %h4.modal-title Content of.gitlab-ci.yml
+ %h4.modal-title Content of .gitlab-ci.yml
.modal-body
= text_area_tag :yaml, @project.generated_yaml_config, size: "70x25", class: "form-control"
.modal-footer
- %button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Close \ No newline at end of file
+ %button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Close