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:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-02 02:21:29 +0400
committerSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-03 14:19:24 +0400
commit5d8be4438add1183d91e030b852c628cf09f4916 (patch)
treefc06a25a526de719d3bc9c7ba5d4ebb4fe69a828 /app/views/admin/logs
parent0cc30145f441a16ce513bba942ea67ede4086a7f (diff)
Upgrade to Font Awesome v4.2
Diffstat (limited to 'app/views/admin/logs')
-rw-r--r--app/views/admin/logs/show.html.haml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/admin/logs/show.html.haml b/app/views/admin/logs/show.html.haml
index cce8aeb02c7..b3f8f012f00 100644
--- a/app/views/admin/logs/show.html.haml
+++ b/app/views/admin/logs/show.html.haml
@@ -13,11 +13,11 @@
.tab-pane.active#githost
.file-holder#README
.file-title
- %i.icon-file
+ %i.fa.fa-file
githost.log
.pull-right
= link_to '#', class: 'log-bottom' do
- %i.icon-arrow-down
+ %i.fa.fa-arrow-down
Scroll down
.file-content.logs
%ol
@@ -27,11 +27,11 @@
.tab-pane#application
.file-holder#README
.file-title
- %i.icon-file
+ %i.fa.fa-file
application.log
.pull-right
= link_to '#', class: 'log-bottom' do
- %i.icon-arrow-down
+ %i.fa.fa-arrow-down
Scroll down
.file-content.logs
%ol
@@ -41,11 +41,11 @@
.tab-pane#production
.file-holder#README
.file-title
- %i.icon-file
+ %i.fa.fa-file
production.log
.pull-right
= link_to '#', class: 'log-bottom' do
- %i.icon-arrow-down
+ %i.fa.fa-arrow-down
Scroll down
.file-content.logs
%ol
@@ -55,11 +55,11 @@
.tab-pane#sidekiq
.file-holder#README
.file-title
- %i.icon-file
+ %i.fa.fa-file
sidekiq.log
.pull-right
= link_to '#', class: 'log-bottom' do
- %i.icon-arrow-down
+ %i.fa.fa-arrow-down
Scroll down
.file-content.logs
%ol