summaryrefslogtreecommitdiff
path: root/app/views/projects/_readme.html.haml
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-09-28 11:26:42 +0200
committerAndrey <ad@2d-arts.com>2015-09-28 11:26:42 +0200
commitce49e49bfb40872475b82b500f5e52f6ec36b81f (patch)
tree992f2b3f7c88e1d7644cbaae5de6b27c470592a0 /app/views/projects/_readme.html.haml
parent12acf15c90d25a22e706737dc54f17466fb30320 (diff)
downloadgitlab-ce-ce49e49bfb40872475b82b500f5e52f6ec36b81f.tar.gz
edit action allign
Diffstat (limited to 'app/views/projects/_readme.html.haml')
-rw-r--r--app/views/projects/_readme.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_readme.html.haml b/app/views/projects/_readme.html.haml
index 5038edb95ed..5bc1999ec9d 100644
--- a/app/views/projects/_readme.html.haml
+++ b/app/views/projects/_readme.html.haml
@@ -5,7 +5,7 @@
&nbsp;
- if can?(current_user, :push_code, @project)
= link_to namespace_project_edit_blob_path(@project.namespace, @project, tree_join(@repository.root_ref, readme.name)), class: 'light' do
- %i.fa.fa-pencil
+ %i.fa-align.fa.fa-pencil
.wiki
= cache(readme_cache_key) do
= render_readme(readme)