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
Boxiang Sun
gitlab-ce
Commits
cb24d720
Commit
cb24d720
authored
Nov 23, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace .rss-btn with display properties
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
410dcfd2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
8 deletions
+4
-8
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+0
-4
app/views/dashboard/_activities.html.haml
app/views/dashboard/_activities.html.haml
+1
-1
app/views/groups/_activities.html.haml
app/views/groups/_activities.html.haml
+1
-1
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+1
-1
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/mobile.scss
View file @
cb24d720
...
...
@@ -20,10 +20,6 @@
display
:
none
;
}
.rss-btn
{
display
:
none
;
}
.container
.title
{
padding-left
:
15px
!
important
;
}
...
...
app/views/dashboard/_activities.html.haml
View file @
cb24d720
.nav-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
dashboard_projects_path
(
rss_url_options
),
class:
'btn
rss-btn
has-tooltip'
,
title:
'Subscribe'
do
=
link_to
dashboard_projects_path
(
rss_url_options
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
,
title:
'Subscribe'
do
%i
.fa.fa-rss
.content_list
...
...
app/views/groups/_activities.html.haml
View file @
cb24d720
.nav-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
group_path
(
@group
,
rss_url_options
),
class:
'btn
rss-btn
has-tooltip'
,
title:
'Subscribe'
do
=
link_to
group_path
(
@group
,
rss_url_options
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
,
title:
'Subscribe'
do
%i
.fa.fa-rss
.content_list
...
...
app/views/projects/_activity.html.haml
View file @
cb24d720
...
...
@@ -2,7 +2,7 @@
.nav-block.d-none.d-sm-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn
rss-btn
has-tooltip'
do
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
do
=
icon
(
'rss'
)
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)
}
...
...
app/views/projects/tags/index.html.haml
View file @
cb24d720
...
...
@@ -27,7 +27,7 @@
-
if
can?
(
current_user
,
:push_code
,
@project
)
=
link_to
new_project_tag_path
(
@project
),
class:
'btn btn-success new-tag-btn'
do
=
s_
(
'TagsPage|New tag'
)
=
link_to
project_tags_path
(
@project
,
rss_url_options
),
title:
_
(
"Tags feed"
),
class:
'btn
rss-btn
has-tooltip'
do
=
link_to
project_tags_path
(
@project
,
rss_url_options
),
title:
_
(
"Tags feed"
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
do
=
icon
(
"rss"
)
=
render_if_exists
'projects/commits/mirror_status'
...
...
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