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>2015-06-15 15:54:41 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-15 15:54:41 +0300
commit7a7c6b469b89ac651006b4e0007664fc9dc12dd3 (patch)
tree4d0a1ffd5ed0633fa446139c25548bf63a6a2e66 /app/views/events/_event_last_push.html.haml
parent9522a710e5d02d8cd30c69ad386974072f533233 (diff)
Fix text align in last push event
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 d2f0005142a..501412642db 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -4,7 +4,7 @@
%span You pushed to
= link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name) do
%strong= event.ref_name
- at
+ %span at
%strong= link_to_project event.project
#{time_ago_with_tooltip(event.created_at)}