Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-19 10:14:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-19 10:14:07 +0400
commitbf625b7c92d5f07516339f53fdf391185df8547c (patch)
tree0052f691126e59385c395c17a66832d28673b4da /app/views/events/_event_last_push.html.haml
parent6d8d32c2448cf4d321b1e3f0916b808532cd7e60 (diff)
polishing UI a bit. Added footer links for dashboard
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index 66e149365f7..aa1d28f2be3 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -2,7 +2,7 @@
.event_lp
%div
= image_tag gravatar_icon(event.author_email), class: "avatar"
- %span Your pushed to
+ %span Your pushed to
= event.ref_type
= link_to project_commits_path(event.project, ref: event.ref_name) do
%strong= truncate(event.ref_name, length: 28)