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
Jérome Perrin
gitlab-ce
Commits
73597838
Commit
73597838
authored
Aug 26, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase width of sidebar for several pages
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5ddf38e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/dashboard/projects/starred.html.haml
app/views/dashboard/projects/starred.html.haml
+2
-2
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+2
-2
app/views/users/show.html.haml
app/views/users/show.html.haml
+2
-2
No files found.
app/views/dashboard/projects/starred.html.haml
View file @
73597838
...
...
@@ -5,9 +5,9 @@
=
render
'shared/show_aside'
.dashboard.row
%section
.activities.col-md-
8
%section
.activities.col-md-
7
=
render
'dashboard/activities'
%aside
.col-md-
4
%aside
.col-md-
5
.panel.panel-default.projects-list-holder
.panel-heading.clearfix
.input-group
...
...
app/views/groups/show.html.haml
View file @
73597838
...
...
@@ -17,7 +17,7 @@
=
render
'shared/show_aside'
.row
%section
.activities.col-md-
8
%section
.activities.col-md-
7
.hidden-xs
-
if
current_user
=
render
"events/event_last_push"
,
event:
@last_push
...
...
@@ -33,5 +33,5 @@
.content_list
=
spinner
%aside
.side.col-md-
4
%aside
.side.col-md-
5
=
render
"projects"
,
projects:
@projects
app/views/users/show.html.haml
View file @
73597838
...
...
@@ -7,7 +7,7 @@
=
render
'shared/show_aside'
.row
%section
.col-md-
8
%section
.col-md-
7
.header-with-avatar
=
link_to
avatar_icon
(
@user
.
email
,
400
),
target:
'_blank'
do
=
image_tag
avatar_icon
(
@user
.
email
,
90
),
class:
"avatar avatar-tile s90"
,
alt:
''
...
...
@@ -59,7 +59,7 @@
.content_list
=
spinner
%aside
.col-md-
4
%aside
.col-md-
5
=
render
'profile'
,
user:
@user
=
render
'projects'
,
projects:
@projects
,
contributed_projects:
@contributed_projects
...
...
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