summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tree/_tree.html.haml')
-rw-r--r--app/views/projects/tree/_tree.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/tree/_tree.html.haml b/app/views/projects/tree/_tree.html.haml
index 9fe990d0fbd..1159fcadffd 100644
--- a/app/views/projects/tree/_tree.html.haml
+++ b/app/views/projects/tree/_tree.html.haml
@@ -12,7 +12,7 @@
%li
= link_to project_new_tree_path(@project, @id), title: 'New file', id: 'new-file-link' do
%small
- %i.icon-plus
+ %i.fa.fa-plus
%div#tree-content-holder.tree-content-holder
%table#tree-slider{class: "table_#{@hex_path} tree-table" }
@@ -24,7 +24,7 @@
.pull-left Last Commit
.last-commit.hidden-sm.pull-left
 
- %i.icon-angle-right
+ %i.fa.fa-angle-right
 
%small.light
= link_to @commit.short_id, project_commit_path(@project, @commit)