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
Kazuhiko Shiozaki
gitlab-ce
Commits
a11d25b1
Commit
a11d25b1
authored
Dec 31, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Responsive improvements
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b936addf
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
62 deletions
+62
-62
app/views/dashboard/show.html.haml
app/views/dashboard/show.html.haml
+1
-1
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+29
-30
app/views/projects/issues/_head.html.haml
app/views/projects/issues/_head.html.haml
+1
-1
app/views/shared/_filter.html.haml
app/views/shared/_filter.html.haml
+2
-2
app/views/shared/_project_filter.html.haml
app/views/shared/_project_filter.html.haml
+29
-28
No files found.
app/views/dashboard/show.html.haml
View file @
a11d25b1
...
...
@@ -2,7 +2,7 @@
.dashboard.row
.activities.col-md-8
=
render
'activities'
.side.col-md-4
.hidden-xs.hidden-sm
.side.col-md-4
=
render
'sidebar'
-
else
...
...
app/views/layouts/_head_panel.html.haml
View file @
a11d25b1
...
...
@@ -8,14 +8,13 @@
%span
.separator
%h1
.project_name
=
title
.hidden-xs.hidden-sm
%ul
.nav.navbar-nav
%li
%a
%div
.gl-hide.turbolink-spinner
%i
.icon-refresh.icon-spin
Loading...
%li
%li
.hidden-sm
=
render
"layouts/search"
%li
=
link_to
public_root_path
,
title:
"Public area"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Public area'
do
...
...
app/views/projects/issues/_head.html.haml
View file @
a11d25b1
...
...
@@ -18,7 +18,7 @@
%li
.pull-right
.pull-right
=
form_tag
project_issues_path
(
@project
),
method: :get
,
id:
"issue_search_form"
,
class:
'inline issue-search-form'
do
.append-right-10
.append-right-10
.hidden-xs.hidden-sm
=
search_field_tag
:issue_search
,
nil
,
{
placeholder:
'Filter by title or description'
,
class:
'form-control issue_search search-text-input'
}
-
if
can?
current_user
,
:write_issue
,
@project
=
link_to
new_project_issue_path
(
@project
,
issue:
{
assignee_id:
params
[
:assignee_id
],
milestone_id:
params
[
:milestone_id
]}),
class:
"btn btn-new"
,
title:
"New Issue"
,
id:
"new_issue_link"
do
...
...
app/views/shared/_filter.html.haml
View file @
a11d25b1
.side-filters
.side-filters
.hidden-xs.hidden-sm
=
form_tag
filter_path
(
entity
),
method:
'get'
do
%fieldset
.scope-filter
%ul
.nav.nav-pills.nav-stacked
...
...
@@ -24,7 +24,7 @@
=
link_to
filter_path
(
entity
,
status:
'all'
)
do
All
%fieldset
.hidden-xs.hidden-sm
%fieldset
%legend
Projects
%ul
.nav.nav-pills.nav-pills-small.nav-stacked
-
@projects
.
each
do
|
project
|
...
...
app/views/shared/_project_filter.html.haml
View file @
a11d25b1
=
form_tag
project_entities_path
,
method:
'get'
do
.side-filters.hidden-xs.hidden-sm
=
form_tag
project_entities_path
,
method:
'get'
do
%fieldset
-
if
current_user
%ul
.nav.nav-pills.nav-stacked
...
...
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