Skip to content
Snippets Groups Projects
Commit aab30f1c authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge branch 'fix-modal-title' into 'master'

Fix typo in modal title

See merge request !233
parents 1b0e80bd 21cb51a9
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