Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1ff7606d90a2
Commit
ce49e49b
authored
Sep 28, 2015
by
Andrey
Browse files
edit action allign
parent
2e3b83215da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/base/mixins.scss
View file @
1ff7606d
...
...
@@ -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
;
}
\ No newline at end of file
app/views/projects/_readme.html.haml
View file @
1ff7606d
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment