Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
ce49e49b
Commit
ce49e49b
authored
Sep 28, 2015
by
Andrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit action allign
parent
12acf15c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+5
-5
app/views/projects/_readme.html.haml
app/views/projects/_readme.html.haml
+1
-1
No files found.
app/assets/stylesheets/base/mixins.scss
View file @
ce49e49b
...
@@ -243,11 +243,6 @@
...
@@ -243,11 +243,6 @@
}
}
}
}
.pull-right
.light
.fa-pencil
{
top
:
20px
;
position
:
relative
;
}
@mixin
input-big
{
@mixin
input-big
{
height
:
36px
;
height
:
36px
;
padding
:
5px
10px
;
padding
:
5px
10px
;
...
@@ -300,3 +295,8 @@
...
@@ -300,3 +295,8 @@
}
}
}
}
}
}
.fa-align
{
top
:
20px
;
position
:
relative
;
}
\ No newline at end of file
app/views/projects/_readme.html.haml
View file @
ce49e49b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
-
if
can?
(
current_user
,
:push_code
,
@project
)
-
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
=
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
.wiki
=
cache
(
readme_cache_key
)
do
=
cache
(
readme_cache_key
)
do
=
render_readme
(
readme
)
=
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