summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-06-21 09:41:44 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-06-21 09:43:00 +0200
commit83f4735b57f5c2e679c5379c3ecd29fadf3ddb22 (patch)
tree347cf737ba95bd42b2a4440df32257b7a1914c7a /app/views/projects/edit.html.haml
parentd1e424bd5c403d73d399bf0f92e39aefde56e638 (diff)
downloadgitlab-ce-83f4735b57f5c2e679c5379c3ecd29fadf3ddb22.tar.gz
Replace HTML5 obsolete center element with CSS.
Fix #6901. Would generate invalid HTML5.
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 4195a491a0f..6eaa3e7559a 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -183,7 +183,7 @@
.nothing-here-block Only project owner can remove a project
.save-project-loader.hide
- %center
+ .center
%h2
%i.icon-spinner.icon-spin
Saving project.