Skip to content
Snippets Groups Projects
Commit 21cb51a9 authored by Stan Hu's avatar Stan Hu
Browse files

Fix typo in modal title

parent 1b0e80bd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment