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
33f27fcb
Commit
33f27fcb
authored
Jan 15, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remvoe unnecessary expand buttons
parent
4dfa1ed2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
app/assets/stylesheets/generic/mobile.scss
app/assets/stylesheets/generic/mobile.scss
+2
-1
app/views/projects/_issues_nav.html.haml
app/views/projects/_issues_nav.html.haml
+0
-11
No files found.
app/assets/stylesheets/generic/mobile.scss
View file @
33f27fcb
...
...
@@ -15,7 +15,8 @@
}
.issues-filters
,
.dash-projects-filters
{
.dash-projects-filters
,
.check-all-holder
{
display
:
none
;
}
...
...
app/views/projects/_issues_nav.html.haml
View file @
33f27fcb
...
...
@@ -19,11 +19,6 @@
Labels
-
if
current_controller?
(
:milestones
)
%li
.pull-right
%button
.btn.btn-default.sidebar-expand-button
%i
.icon.fa.fa-list
-
if
current_controller?
(
:issues
)
-
if
current_user
%li
.hidden-xs
...
...
@@ -32,9 +27,6 @@
%li
.pull-right
.pull-right
%button
.btn.btn-default.sidebar-expand-button
%i
.icon.fa.fa-list
.pull-left
=
form_tag
project_issues_path
(
@project
),
method: :get
,
id:
"issue_search_form"
,
class:
'pull-left issue-search-form'
do
.append-right-10.hidden-xs.hidden-sm
...
...
@@ -53,9 +45,6 @@
-
if
current_controller?
(
:merge_requests
)
%li
.pull-right
.pull-right
%button
.btn.btn-default.sidebar-expand-button
%i
.icon.fa.fa-list
-
if
can?
current_user
,
:write_merge_request
,
@project
=
link_to
new_project_merge_request_path
(
@project
),
class:
"btn btn-new pull-left"
,
title:
"New Merge Request"
do
%i
.fa.fa-plus
...
...
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