From ad3eefdcb8cf08007c45876afea20109b5984876 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sat, 22 Sep 2012 17:06:19 -0400 Subject: Minor grammar change [ci skip] --- app/views/events/_event_last_push.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/events/_event_last_push.html.haml') diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml index aa1d28f2be3..81b9994cff5 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 You pushed to = event.ref_type = link_to project_commits_path(event.project, ref: event.ref_name) do %strong= truncate(event.ref_name, length: 28) -- cgit v1.2.3