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
b74c5dbc
Commit
b74c5dbc
authored
Jan 27, 2019
by
Camil Staps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add message on starrers view when nobody has starred a repository yet
parent
5e131bca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
18 deletions
+22
-18
app/views/projects/starrers/index.html.haml
app/views/projects/starrers/index.html.haml
+22
-18
No files found.
app/views/projects/starrers/index.html.haml
View file @
b74c5dbc
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
%span
.flex-project-title
%span
.flex-project-title
=
_
(
"Starrers of <strong>%{project_name}</strong>"
).
html_safe
%
{
project_name:
sanitize_project_name
(
@project
.
name
)
}
=
_
(
"Starrers of <strong>%{project_name}</strong>"
).
html_safe
%
{
project_name:
sanitize_project_name
(
@project
.
name
)
}
%span
.badge.badge-pill
=
@starrers
.
size
%span
.badge.badge-pill
=
@starrers
.
size
-
if
@starrers
.
size
>
0
.nav-controls
.nav-controls
=
form_tag
request
.
original_url
,
method: :get
,
class:
'form-inline user-search-form flex-users-form'
do
=
form_tag
request
.
original_url
,
method: :get
,
class:
'form-inline user-search-form flex-users-form'
do
.form-group
.form-group
...
@@ -21,5 +22,8 @@
...
@@ -21,5 +22,8 @@
%li
%li
=
link_to
filter_user_path
(
sort:
value
),
class:
(
"is-active"
if
@sort
==
value
)
do
=
link_to
filter_user_path
(
sort:
value
),
class:
(
"is-active"
if
@sort
==
value
)
do
=
title
=
title
.row.prepend-top-10
-
if
@starrers
.
size
>
0
.row.prepend-top-10
=
render
partial:
'starrer'
,
collection:
@starrers
,
as: :user
=
render
partial:
'starrer'
,
collection:
@starrers
,
as: :user
-
else
.nothing-here-block
Nobody has starred this repository yet
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