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
449edae5
Commit
449edae5
authored
Aug 27, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor UI improvements
parent
61d98601
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
app/views/dashboard/_groups.html.haml
app/views/dashboard/_groups.html.haml
+2
-2
app/views/dashboard/_projects.html.haml
app/views/dashboard/_projects.html.haml
+2
-2
app/views/layouts/_head_panel.html.haml
app/views/layouts/_head_panel.html.haml
+2
-2
app/views/users/show.html.haml
app/views/users/show.html.haml
+2
-2
No files found.
app/views/dashboard/_groups.html.haml
View file @
449edae5
...
...
@@ -3,9 +3,9 @@
=
search_field_tag
:filter_group
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter'
-
if
current_user
.
can_create_group?
%span
.pull-right
=
link_to
new_group_path
,
class:
"btn"
do
=
link_to
new_group_path
,
class:
"btn
btn-new
"
do
%i
.icon-plus
New
G
roup
New
g
roup
%ul
.well-list.dash-list
-
groups
.
each
do
|
group
|
%li
.group-row
...
...
app/views/dashboard/_projects.html.haml
View file @
449edae5
...
...
@@ -3,9 +3,9 @@
=
search_field_tag
:filter_projects
,
nil
,
placeholder:
'Filter by name'
,
class:
'dash-filter'
-
if
current_user
.
can_create_project?
%span
.pull-right
=
link_to
new_project_path
,
class:
"btn"
do
=
link_to
new_project_path
,
class:
"btn
btn-new
"
do
%i
.icon-plus
New
P
roject
New
p
roject
%ul
.well-list.dash-list
-
projects
.
each
do
|
project
|
...
...
app/views/layouts/_head_panel.html.haml
View file @
449edae5
...
...
@@ -27,10 +27,10 @@
%i
.icon-cogs
-
if
current_user
.
can_create_project?
%li
=
link_to
new_project_path
,
title:
"
Create New P
roject"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'New project'
do
=
link_to
new_project_path
,
title:
"
New p
roject"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'New project'
do
%i
.icon-plus
%li
=
link_to
profile_path
,
title:
"My
Profile"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Your
profile'
do
=
link_to
profile_path
,
title:
"My
profile"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'My
profile'
do
%i
.icon-user
%li
=
link_to
destroy_user_session_path
,
class:
"logout"
,
method: :delete
,
title:
"Logout"
,
class:
'has_bottom_tooltip'
,
'data-original-title'
=>
'Logout'
do
...
...
app/views/users/show.html.haml
View file @
449edae5
...
...
@@ -5,7 +5,7 @@
=
@user
.
name
-
if
@user
==
current_user
.pull-right
=
link_to
profile_path
,
class:
'btn
btn-small
'
do
=
link_to
profile_path
,
class:
'btn'
do
%i
.icon-edit
Edit Profile
%br
...
...
@@ -14,7 +14,7 @@
%small
member since
#{
@user
.
created_at
.
stamp
(
"Nov 12, 2031"
)
}
.clearfix
%hr
%h
5
User Activity:
%h
4
User Activity:
=
render
@events
.span4
=
render
'profile'
,
user:
@user
...
...
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