Last push widget improved
This commit is contained in:
parent
78af4683b1
commit
b8425cf173
|
@ -604,7 +604,11 @@ li.note {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@include border-radius(4px);
|
@include border-radius(4px);
|
||||||
min-height:42px;
|
min-height:22px;
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
width:24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.supp_diff_link,
|
.supp_diff_link,
|
||||||
|
|
|
@ -5,12 +5,9 @@
|
||||||
%span Your pushed to
|
%span Your pushed to
|
||||||
= event.ref_type
|
= event.ref_type
|
||||||
= link_to project_commits_path(event.project, :ref => event.ref_name) do
|
= link_to project_commits_path(event.project, :ref => event.ref_name) do
|
||||||
%strong= event.ref_name
|
%strong= truncate(event.ref_name, :length => 28)
|
||||||
at
|
at
|
||||||
%strong= link_to event.project.name, event.project
|
%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
|
= link_to new_mr_path_from_push_event(event), :title => "New Merge Request", :class => "btn very_small primary" do
|
||||||
Create Merge Request
|
Create Merge Request
|
||||||
|
|
Loading…
Reference in a new issue