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
a43a9acebc49
Commit
ff29d88d
authored
Mar 24, 2016
by
Arinde Eniola
Browse files
add link to forks pages in fork counter button
parent
c11a12139250
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/projects.scss
View file @
a43a9ace
...
...
@@ -162,7 +162,7 @@
margin-right
:
12px
;
a
{
margin
:
-1px
!
important
;
margin
:
-1px
;
}
}
...
...
app/views/projects/buttons/_fork.html.haml
View file @
a43a9ace
...
...
@@ -12,7 +12,7 @@
=
link_to
new_namespace_project_fork_path
(
@project
.
namespace
,
@project
),
title:
"Fork project"
,
class:
'btn has-tooltip'
do
=
icon
(
'code-fork fw'
)
Fork
%div
.
count-with-arrow
=
link_to
namespace_project_forks_path
(
@project
.
namespace
,
@project
),
class:
'
count-with-arrow
'
do
%span
.arrow
%span
.count
=
@project
.
forks_count
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