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
Tatuya Kamada
gitlab-ce
Commits
acfe967e
Commit
acfe967e
authored
Dec 10, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mobile viewport
parent
172ce700
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+5
-1
app/views/shared/issuable/_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/mobile.scss
View file @
acfe967e
...
...
@@ -23,12 +23,16 @@
margin-right
:
0
;
}
.issues-details-filters
,
.issues-details-filters
:not
(
.filtered-search-block
)
,
.dash-projects-filters
,
.check-all-holder
{
display
:
none
;
}
.issues-holder
.issue-check
{
display
:
none
;
}
.rss-btn
{
display
:
none
;
}
...
...
app/views/shared/issuable/_search_bar.html.haml
View file @
acfe967e
...
...
@@ -2,7 +2,7 @@
-
boards_page
=
controller
.
controller_name
==
'boards'
.issues-filters
.issues-details-filters.row-content-block.second-block
.issues-details-filters.row-content-block.second-block
.filtered-search-block
=
form_tag
page_filter_path
(
without:
[
:assignee_id
,
:author_id
,
:milestone_title
,
:label_name
,
:search
]),
method: :get
,
class:
'filter-form js-filter-form'
do
-
if
params
[
:search
].
present?
=
hidden_field_tag
:search
,
params
[
:search
]
...
...
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