summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@packetzoom.com>2015-08-18 08:27:22 -0700
committerStan Hu <stanhu@packetzoom.com>2015-08-18 08:27:22 -0700
commit21cb51a9ab49f44b9566d57ce0e03a67db57bcba (patch)
tree48d2171c2fbcc97694e4ef8dcd9907661b92c042
parent1b0e80bdf56221473df0c4eb432bbc3238683d29 (diff)
downloadgitlab-ci-21cb51a9ab49f44b9566d57ce0e03a67db57bcba.tar.gz
Fix typo in modal title
-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