BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b8425cf1
Commit
b8425cf1
authored
Jul 10, 2012
by
randx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Last push widget improved
parent
78af4683
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
common.scss
app/assets/stylesheets/common.scss
+6
-3
_event_last_push.html.haml
app/views/events/_event_last_push.html.haml
+1
-4
No files found.
app/assets/stylesheets/common.scss
View file @
b8425cf1
...
...
@@ -604,7 +604,11 @@ li.note {
border-style
:
solid
;
border-width
:
1px
;
@include
border-radius
(
4px
);
min-height
:
42px
;
min-height
:
22px
;
.avatar
{
width
:
24px
;
}
}
.supp_diff_link
,
...
...
@@ -695,4 +699,4 @@ li.note {
border
:
1px
solid
#B8B
;
}
}
}
\ No newline at end of file
}
app/views/events/_event_last_push.html.haml
View file @
b8425cf1
...
...
@@ -5,12 +5,9 @@
%span
Your pushed to
=
event
.
ref_type
=
link_to
project_commits_path
(
event
.
project
,
:ref
=>
event
.
ref_name
)
do
%strong
=
event
.
ref_name
%strong
=
truncate
(
event
.
ref_name
,
:length
=>
28
)
at
%strong
=
link_to
event
.
project
.
name
,
event
.
project
%span
.cgray
=
time_ago_in_words
(
event
.
created_at
)
ago.
=
link_to
new_mr_path_from_push_event
(
event
),
:title
=>
"New Merge Request"
,
:class
=>
"btn very_small primary"
do
Create Merge Request
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