Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-16 01:53:06 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-16 20:32:33 +0300
commite3c1818a3e57fc1aee3cacc3123099f1deefe8a2 (patch)
treeddc7f07d0644e1ace97fb1c8f7b51664374d4386 /app/views/projects/wikis
parent7400cfc11484b35945cefe8bd42ea02f2675b775 (diff)
Bootlint: Modals no longer need a '.hide' class
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_new.html.haml b/app/views/projects/wikis/_new.html.haml
index b2c085f34b1..dace172438c 100644
--- a/app/views/projects/wikis/_new.html.haml
+++ b/app/views/projects/wikis/_new.html.haml
@@ -1,4 +1,4 @@
-%div#modal-new-wiki.modal.hide
+%div#modal-new-wiki.modal
.modal-dialog
.modal-content
.modal-header