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
iv
gitlab-ce
Commits
d23022c6
Commit
d23022c6
authored
Sep 24, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working on dashboard restyle and events refactoring
parent
a6f58b9c
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
194 additions
and
170 deletions
+194
-170
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-81
app/assets/stylesheets/gitlab_bootstrap/lists.scss
app/assets/stylesheets/gitlab_bootstrap/lists.scss
+2
-2
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+1
-0
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/commits.scss
+23
-23
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+105
-0
app/views/events/_commit.html.haml
app/views/events/_commit.html.haml
+1
-1
app/views/events/_event.html.haml
app/views/events/_event.html.haml
+9
-8
app/views/events/_event_issue.html.haml
app/views/events/_event_issue.html.haml
+8
-10
app/views/events/_event_membership_changed.html.haml
app/views/events/_event_membership_changed.html.haml
+8
-7
app/views/events/_event_merge_request.html.haml
app/views/events/_event_merge_request.html.haml
+12
-14
app/views/events/_event_push.html.haml
app/views/events/_event_push.html.haml
+25
-24
No files found.
app/assets/stylesheets/common.scss
View file @
d23022c6
...
...
@@ -185,36 +185,6 @@ span.update-author {
}
}
.event_label
{
@extend
.label
;
background-color
:
#999
;
&
.pushed
{
background-color
:
#4A97BD
;
}
&
.opened
{
background-color
:
#469847
;
}
&
.closed
{
background-color
:
#B94A48
;
}
&
.merged
{
background-color
:
#2A2
;
}
&
.joined
{
background-color
:
#1ca9dd
;
}
&
.left
{
background-color
:
#888
;
float
:none
;
}
}
form
{
@extend
.form-horizontal
;
...
...
@@ -355,41 +325,6 @@ p.time {
border
:
2px
solid
#ddd
;
}
.event_feed
{
min-height
:
40px
;
border-bottom
:
1px
solid
#ddd
;
.avatar
{
width
:
32px
;
}
.event_icon
{
float
:right
;
margin-right
:
2px
;
img
{
width
:
20px
;
}
}
ul
{
margin-left
:
50px
;
margin-bottom
:
5px
;
.avatar
{
width
:
24px
;
}
}
padding
:
15px
5px
;
&
:last-child
{
border
:none
}
.wll
:hover
{
background
:none
}
.event_commits
{
margin-top
:
5px
;
li
.commit
{
background
:
transparent
;
padding
:
5px
;
border
:none
;
}
}
}
.ico
{
background
:
url("images.png")
no-repeat
-85px
-77px
;
...
...
@@ -639,22 +574,6 @@ li.note {
background
:
#fff
;
}
/**
* Push event widget
*
*/
.event_lp
{
@extend
.ui-box
;
color
:
#777
;
margin-bottom
:
20px
;
padding
:
8px
;
@include
border-radius
(
4px
);
min-height
:
22px
;
.avatar
{
width
:
24px
;
}
}
.supp_diff_link
,
.mr_show_all_commits
{
...
...
app/assets/stylesheets/gitlab_bootstrap/lists.scss
View file @
d23022c6
app/assets/stylesheets/main.scss
View file @
d23022c6
...
...
@@ -143,6 +143,7 @@ $hover: #fdf5d9;
@import
"sections/projects.scss"
;
@import
"sections/merge_requests.scss"
;
@import
"sections/graph.scss"
;
@import
"sections/events.scss"
;
/**
* This scss file redefine chozen selectbox styles for
...
...
app/assets/stylesheets/sections/commits.scss
View file @
d23022c6
app/assets/stylesheets/sections/events.scss
0 → 100644
View file @
d23022c6
/**
* Events labels
*
*/
.event_label
{
/*@extend .label;*/
/*background-color: #999;*/
/*&.pushed {*/
/*background-color: #4A97BD;*/
/*}*/
/*&.opened {*/
/*background-color: #469847;*/
/*}*/
/*&.closed {*/
/*background-color: #B94A48;*/
/*}*/
/*&.merged {*/
/*background-color: #2A2;*/
/*}*/
/*&.joined {*/
/*background-color: #1ca9dd;*/
/*}*/
/*&.left {*/
/*background-color: #888;*/
/*float:none;*/
/*}*/
}
/**
* Dashboard events feed
*
*/
.event-item
{
min-height
:
40px
;
border-bottom
:
1px
solid
#eee
;
.event-title
{
color
:
#333
;
font-weight
:
bold
;
.author_name
{
color
:
#777
;
}
}
.event-body
{
p
{
color
:
#666
;
}
}
.avatar
{
width
:
32px
;
}
.event_icon
{
float
:
right
;
border
:
1px
solid
#EEE
;
padding
:
5px
;
@include
border-radius
(
5px
);
background
:
#F9F9F9
;
img
{
width
:
20px
;
}
}
ul
{
margin-left
:
50px
;
margin-bottom
:
5px
;
.avatar
{
width
:
22px
;
}
}
padding
:
15px
5px
;
&
:last-child
{
border
:none
}
.wll
:hover
{
background
:none
}
.event_commits
{
margin-top
:
5px
;
li
.commit
{
background
:
transparent
;
padding
:
5px
;
border
:none
;
}
}
}
/**
* Push event widget
*
*/
.event_lp
{
@extend
.ui-box
;
color
:
#777
;
margin-bottom
:
20px
;
padding
:
8px
;
@include
border-radius
(
4px
);
min-height
:
22px
;
.avatar
{
width
:
24px
;
}
}
app/views/events/_commit.html.haml
View file @
d23022c6
...
...
@@ -2,7 +2,7 @@
%li
.commit
%p
=
link_to
commit
.
short_id
(
8
),
project_commit_path
(
project
,
id:
commit
.
id
),
class:
"commit_short_id"
%s
trong
.cdark
=
commit
.
author_name
%s
pan
=
commit
.
author_name
–
=
image_tag
gravatar_icon
(
commit
.
author_email
),
class:
"avatar"
,
width:
16
=
gfm
escape_once
(
truncate
(
commit
.
title
,
length:
50
))
rescue
"--broken encoding"
app/views/events/_event.html.haml
View file @
d23022c6
-
if
event
.
allowed?
%div
.event-item
-
if
event
.
issue?
.event_feed
=
render
"events/event_issue"
,
event:
event
-
elsif
event
.
merge_request?
.event_feed
=
render
"events/event_merge_request"
,
event:
event
-
elsif
event
.
push?
.event_feed
=
render
"events/event_push"
,
event:
event
-
elsif
event
.
membership_changed?
.event_feed
=
render
"events/event_membership_changed"
,
event:
event
%span
.cgray.right
=
time_ago_in_words
(
event
.
created_at
)
ago.
.clearfix
app/views/events/_event_issue.html.haml
View file @
d23022c6
=
image_tag
gravatar_icon
(
event
.
author_email
),
class:
"avatar"
%strong
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
issue
=
link_to
project_issue_path
(
event
.
project
,
event
.
issue
)
do
.event-title
%strong
.author_name
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
issue
=
link_to
project_issue_path
(
event
.
project
,
event
.
issue
)
do
%strong
=
truncate
event
.
issue_title
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
%span
.cgray
=
time_ago_in_words
(
event
.
created_at
)
ago.
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
app/views/events/_event_membership_changed.html.haml
View file @
d23022c6
=
image_tag
gravatar_icon
(
event
.
author_email
),
class:
"avatar"
%strong
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
project
%strong
=
link_to
event
.
project_name
,
event
.
project
%span
.cgray
.event-title
%strong
.author_name
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
project
%strong
=
link_to
event
.
project_name
,
event
.
project
%span
.cgray
=
time_ago_in_words
(
event
.
created_at
)
ago.
app/views/events/_event_merge_request.html.haml
View file @
d23022c6
-
if
event
.
action_name
==
"merged"
.event_icon
=
image_tag
"event_mr_merged.png"
=
image_tag
gravatar_icon
(
event
.
author_email
),
class:
"avatar"
%strong
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
merge request
=
link_to
project_merge_request_path
(
event
.
project
,
event
.
merge_request
)
do
.event-title
%strong
.author_name
#{
event
.
author_name
}
%span
.event_label
{
class:
event
.
action_name
}=
event
.
action_name
merge request
=
link_to
project_merge_request_path
(
event
.
project
,
event
.
merge_request
)
do
%strong
=
truncate
event
.
merge_request_title
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
%span
.cgray
=
time_ago_in_words
(
event
.
created_at
)
ago.
%br
%span
=
event
.
merge_request
.
source_branch
→
%span
=
event
.
merge_request
.
target_branch
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
.event-body
%span
=
event
.
merge_request
.
source_branch
→
%span
=
event
.
merge_request
.
target_branch
app/views/events/_event_push.html.haml
View file @
d23022c6
%div
.event_icon
=
image_tag
"event_push.png"
=
image_tag
gravatar_icon
(
event
.
author_email
),
class:
"avatar"
%strong
#{
event
.
author_name
}
.event-title
%strong
.author_name
#{
event
.
author_name
}
%span
.event_label.pushed
=
event
.
push_action_name
=
event
.
ref_type
=
link_to
project_commits_path
(
event
.
project
,
ref:
event
.
ref_name
)
do
%strong
=
event
.
ref_name
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
%span
.cgray
=
time_ago_in_words
(
event
.
created_at
)
ago.
-
if
event
.
push_with_commits?
-
if
event
.
commits_count
>
1
=
link_to
compare_project_commits_path
(
event
.
project
,
from:
event
.
parent_commit
.
id
,
to:
event
.
last_commit
.
id
)
do
%strong
#{
event
.
parent_commit
.
id
[
0
..
7
]
}
...
#{
event
.
last_commit
.
id
[
0
..
7
]
}
-
if
event
.
push_with_commits?
-
project
=
event
.
project
.event-body
%ul
.unstyled.event_commits
-
if
event
.
commits_count
>
3
-
event
.
commits
[
0
...
2
].
each
do
|
commit
|
...
...
@@ -27,4 +28,4 @@
-
else
-
event
.
commits
.
each
do
|
commit
|
=
render
"events/commit"
,
commit:
commit
,
project:
project
.clearfix
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