summaryrefslogtreecommitdiff
path: root/app/views/events/_event_last_push.html.haml
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 23:37:50 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-22 23:37:50 +0300
commite51b2d58e7e751b62d1d924e3c494117fd9d0604 (patch)
tree9c6b65020aca3b120e1ef9c353a443c3ee491a51 /app/views/events/_event_last_push.html.haml
parent42abdf69d59ecf28688af5994ff2e324c50a6d33 (diff)
downloadgitlab-ce-e51b2d58e7e751b62d1d924e3c494117fd9d0604.tar.gz
Restyled last push widget. Increased line-height for td in tables
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml22
1 files changed, 12 insertions, 10 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index d70be70c8df..e15f1ac063c 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -1,13 +1,15 @@
- if show_last_push_widget?(event)
.event_lp
- %div
- = image_tag gravatar_icon(event.author_email), class: "avatar"
- %span You pushed to
- = event.ref_type
- = link_to project_commits_path(event.project, event.ref_name) do
- %strong= truncate(event.ref_name, length: 28)
- at
- %strong= link_to event.project.name, event.project
+ = image_tag "event_push.png"
+ &nbsp;
+ %span You pushed to
+ = link_to project_commits_path(event.project, event.ref_name) do
+ %strong= truncate(event.ref_name, length: 28)
+ at
+ %strong= link_to event.project.name, event.project
+ %span
+ = 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" do
- Create Merge Request
+ = link_to new_mr_path_from_push_event(event), title: "New Merge Request", class: "btn btn-new-mr" do
+ Create Merge Request