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
@@ -14,8 +14,8 @@
Loading
@@ -14,8 +14,8 @@
.modal-content .modal-content
.modal-header .modal-header
%button.close{"aria-hidden" => "true", "data-dismiss" => "modal", :type => "button"} × %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 .modal-body
= text_area_tag :yaml, @project.generated_yaml_config, size: "70x25", class: "form-control" = text_area_tag :yaml, @project.generated_yaml_config, size: "70x25", class: "form-control"
.modal-footer .modal-footer
%button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Close %button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Close
\ No newline at end of file
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