BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a12664cd
Commit
a12664cd
authored
Mar 08, 2017
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '29165-subscribe-btn' into 'master'
Remove hidden text from subscribe button Closes #29165 See merge request !9790
parents
2d005670
b6b780cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
issues.html.haml
app/views/dashboard/issues.html.haml
+1
-3
dashboard_issues_spec.rb
spec/features/dashboard_issues_spec.rb
+1
-1
No files found.
app/views/dashboard/issues.html.haml
View file @
a12664cd
...
...
@@ -6,10 +6,8 @@
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
=
link_to
params
.
merge
(
rss_url_options
),
class:
'btn'
do
=
link_to
params
.
merge
(
rss_url_options
),
class:
'btn
has-tooltip'
,
title:
'Subscribe
'
do
=
icon
(
'rss'
)
%span
.icon-label
Subscribe
=
render
'shared/new_project_item_select'
,
path:
'issues/new'
,
label:
"New Issue"
=
render
'shared/issuable/filter'
,
type: :issues
...
...
spec/features/dashboard_issues_spec.rb
View file @
a12664cd
...
...
@@ -48,7 +48,7 @@ describe "Dashboard Issues filtering", feature: true, js: true do
it
'updates atom feed link'
do
visit_issues
(
milestone_title:
''
,
assignee_id:
user
.
id
)
link
=
find
(
'.nav-controls a
'
,
text:
'Subscribe
'
)
link
=
find
(
'.nav-controls a
[title="Subscribe"]
'
)
params
=
CGI
.
parse
(
URI
.
parse
(
link
[
:href
]).
query
)
auto_discovery_link
=
find
(
'link[type="application/atom+xml"]'
,
visible:
false
)
auto_discovery_params
=
CGI
.
parse
(
URI
.
parse
(
auto_discovery_link
[
:href
]).
query
)
...
...
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