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
8a0bba2a
Commit
8a0bba2a
authored
Dec 16, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix position of project mirror status
parent
2517d3a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+4
-5
No files found.
app/views/projects/_home_panel.html.haml
View file @
8a0bba2a
...
...
@@ -12,10 +12,6 @@
Forked from
=
link_to
project_path
(
forked_from_project
)
do
=
forked_from_project
.
namespace
.
try
(
:name
)
.cover-controls.left
.visibility-level-label.has_tooltip
{
title:
project_visibility_level_description
(
@project
.
visibility_level
),
data:
{
container:
'body'
}
}
=
visibility_level_icon
(
@project
.
visibility_level
,
fw:
false
)
=
visibility_level_label
(
@project
.
visibility_level
)
-
if
@project
.
mirror?
-
import_url
=
@project
.
safe_import_url
...
...
@@ -23,6 +19,10 @@
Mirrored from
#{
link_to
import_url
,
import_url
}
.
=
render
"shared/mirror_status"
.cover-controls.left
.visibility-level-label.has_tooltip
{
title:
project_visibility_level_description
(
@project
.
visibility_level
),
data:
{
container:
'body'
}
}
=
visibility_level_icon
(
@project
.
visibility_level
,
fw:
false
)
=
visibility_level_label
(
@project
.
visibility_level
)
.cover-controls
-
if
can?
(
current_user
,
:admin_project
,
@project
)
...
...
@@ -46,4 +46,3 @@
=
render
'projects/buttons/dropdown'
=
render
'projects/buttons/notifications'
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