summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs
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/graphs
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/graphs')
-rw-r--r--app/views/projects/graphs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index 27348232ba2..8e4548f26d0 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -1,5 +1,5 @@
.loading-graph
- %center
+ .center
%h3.page-title
%i.icon-spinner.icon-spin
Building repository graph.