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>2013-10-10 13:14:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-10 13:14:21 +0400
commite8d1e827d8fe68d61a7be180bcc411c0d4e7982c (patch)
treebb1cd244d3e7dae4cb9d62d1e579dcaa2683db68 /app/views/events/event/_push.html.haml
parentd1ffbdfcb63bbd50573cfda4c59217bb60e76c7e (diff)
Remove unnecessary tag
Diffstat (limited to 'app/views/events/event/_push.html.haml')
-rw-r--r--app/views/events/event/_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index adba9a5f619..f181df23eb4 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -7,7 +7,7 @@
= link_to project_commits_path(event.project, event.ref_name) do
%strong= truncate(event.ref_name, length: 30)
at
- %strong= link_to_project event.project
+ = link_to_project event.project
- if event.push_with_commits?
- project = event.project