summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects.html.haml')
-rw-r--r--app/views/dashboard/projects.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index 2714ebc53de..f124c688be1 100644
--- a/app/views/dashboard/projects.html.haml
+++ b/app/views/dashboard/projects.html.haml
@@ -40,23 +40,23 @@
- if current_user.can_leave_project?(project)
.pull-right
= link_to leave_project_team_members_path(project), data: { confirm: "Leave project?"}, method: :delete, remote: true, class: "btn-tiny btn remove-row", title: 'Leave project' do
- %i.icon-signout
+ %i.fa.fa-sign-out
Leave
- if project.forked_from_project
%small.pull-right
- %i.icon-code-fork
+ %i.fa.fa-code-fork
Forked from:
= link_to project.forked_from_project.name_with_namespace, project_path(project.forked_from_project)
.project-info
.pull-right
- if project.archived?
%span.label
- %i.icon-archive
+ %i.fa.fa-archive
Archived
- project.tags.each do |tag|
%span.label.label-info
- %i.icon-tag
+ %i.fa.fa-tag
= tag.name
- if project.description.present?
%p= truncate project.description, length: 100