diff options
author | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2014-10-02 00:21:29 +0200 |
---|---|---|
committer | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2014-10-03 12:19:24 +0200 |
commit | 5d8be4438add1183d91e030b852c628cf09f4916 (patch) | |
tree | fc06a25a526de719d3bc9c7ba5d4ebb4fe69a828 /app/views/projects/graphs/show.html.haml | |
parent | 0cc30145f441a16ce513bba942ea67ede4086a7f (diff) | |
download | gitlab-ce-5d8be4438add1183d91e030b852c628cf09f4916.tar.gz |
Upgrade to Font Awesome v4.2
Diffstat (limited to 'app/views/projects/graphs/show.html.haml')
-rw-r--r-- | app/views/projects/graphs/show.html.haml | 2 |
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 e0a9f62752a..e3d5094ddc5 100644 --- a/app/views/projects/graphs/show.html.haml +++ b/app/views/projects/graphs/show.html.haml @@ -2,7 +2,7 @@ .loading-graph .center %h3.page-title - %i.icon-spinner.icon-spin + %i.fa.fa-spinner.fa-spin Building repository graph. %p.slead Please wait a moment, this page will automatically refresh when ready. |