edit action allign
This commit is contained in:
parent
12acf15c90
commit
ce49e49bfb
2 changed files with 6 additions and 6 deletions
|
@ -243,11 +243,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.pull-right .light .fa-pencil {
|
||||
top: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@mixin input-big {
|
||||
height: 36px;
|
||||
padding: 5px 10px;
|
||||
|
@ -300,3 +295,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.fa-align {
|
||||
top: 20px;
|
||||
position: relative;
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- 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)
|
||||
|
|
Loading…
Reference in a new issue