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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ae778c7a
Commit
ae778c7a
authored
Oct 31, 2020
by
Yogi
Committed by
Paul Slaughter
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gl-button class in fork button
parent
60c8aca8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/buttons/_fork.html.haml
app/views/projects/buttons/_fork.html.haml
+2
-2
No files found.
app/views/projects/buttons/_fork.html.haml
View file @
ae778c7a
...
...
@@ -2,13 +2,13 @@
-
if
current_user
&&
can?
(
current_user
,
:fork_project
,
@project
)
.count-badge.d-inline-flex.align-item-stretch.gl-mr-3
-
if
current_user
.
already_forked?
(
@project
)
&&
current_user
.
manageable_namespaces
.
size
<
2
=
link_to
namespace_project_path
(
current_user
,
current_user
.
fork_of
(
@project
)),
title:
s_
(
'ProjectOverview|Go to your fork'
),
class:
'
gl-button
btn btn-default has-tooltip count-badge-button d-flex align-items-center fork-btn'
do
=
link_to
namespace_project_path
(
current_user
,
current_user
.
fork_of
(
@project
)),
title:
s_
(
'ProjectOverview|Go to your fork'
),
class:
'btn btn-default has-tooltip count-badge-button d-flex align-items-center fork-btn'
do
=
sprite_icon
(
'fork'
,
css_class:
'icon'
)
%span
=
s_
(
'ProjectOverview|Fork'
)
-
else
-
can_create_fork
=
current_user
.
can?
(
:create_fork
)
=
link_to
new_project_fork_path
(
@project
),
class:
"
gl-button
btn btn-default btn-xs has-tooltip count-badge-button d-flex align-items-center fork-btn
#{
'has-tooltip disabled'
unless
can_create_fork
}
"
,
class:
"btn btn-default btn-xs has-tooltip count-badge-button d-flex align-items-center fork-btn
#{
'has-tooltip disabled'
unless
can_create_fork
}
"
,
title:
(
s_
(
'ProjectOverview|You have reached your project limit'
)
unless
can_create_fork
)
do
=
sprite_icon
(
'fork'
,
css_class:
'icon'
)
%span
=
s_
(
'ProjectOverview|Fork'
)
...
...
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