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:
authorCiro Santilli <ciro.santilli@gmail.com>2014-06-21 11:41:44 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-06-21 11:43:00 +0400
commit83f4735b57f5c2e679c5379c3ecd29fadf3ddb22 (patch)
tree347cf737ba95bd42b2a4440df32257b7a1914c7a /app/views/projects/graphs
parentd1e424bd5c403d73d399bf0f92e39aefde56e638 (diff)
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.