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
30fe57bd
Commit
30fe57bd
authored
Apr 12, 2017
by
Sam Rose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inline RSS button with Export Issues button on mobile
parent
cc2d5e43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
2 deletions
+33
-2
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+27
-0
app/views/projects/issues/index.html.haml
app/views/projects/issues/index.html.haml
+2
-2
changelogs/unreleased-ee/1878-export-csv-button-should-be-inline-with-rss-button-on-mobile.yml
...csv-button-should-be-inline-with-rss-button-on-mobile.yml
+4
-0
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
30fe57bd
...
...
@@ -256,6 +256,33 @@
display
:
block
;
margin
:
0
;
}
&
.inline
{
display
:
flex
;
flex-flow
:
row
wrap
;
justify-content
:
space-between
;
>
.btn
,
>
.btn-container
,
>
.dropdown
,
>
input
,
>
form
{
flex
:
1
1
auto
;
margin
:
0
0
10px
;
margin-left
:
$gl-padding-top
;
width
:
auto
;
&
:first-child
{
margin-left
:
0
;
float
:
none
;
}
}
.btn-full
{
flex
:
1
1
100%
;
margin-left
:
0
;
}
}
}
}
...
...
app/views/projects/issues/index.html.haml
View file @
30fe57bd
...
...
@@ -19,7 +19,7 @@
%div
{
class:
(
container_class
)
}
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
.nav-controls
.inline
=
link_to
params
.
merge
(
rss_url_options
),
class:
'btn append-right-10 has-tooltip'
,
title:
'Subscribe'
do
=
icon
(
'rss'
)
-
if
current_user
...
...
@@ -29,7 +29,7 @@
@project
,
issue:
{
assignee_id:
issues_finder
.
assignee
.
try
(
:id
),
milestone_id:
issues_finder
.
milestones
.
first
.
try
(
:id
)
}),
class:
"btn btn-new"
,
class:
"btn btn-new
btn-full
"
,
title:
"New issue"
,
id:
"new_issue_link"
do
New issue
...
...
changelogs/unreleased-ee/1878-export-csv-button-should-be-inline-with-rss-button-on-mobile.yml
0 → 100644
View file @
30fe57bd
---
title
:
Inline RSS button with Export Issues button for mobile
merge_request
:
1637
author
:
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