summaryrefslogtreecommitdiff
path: root/app/views/push_events/_push_event.atom.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/push_events/_push_event.atom.haml')
-rw-r--r--app/views/push_events/_push_event.atom.haml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/views/push_events/_push_event.atom.haml b/app/views/push_events/_push_event.atom.haml
deleted file mode 100644
index 5272189eb90..00000000000
--- a/app/views/push_events/_push_event.atom.haml
+++ /dev/null
@@ -1,13 +0,0 @@
-%div{ xmlns: "http://www.w3.org/1999/xhtml" }
- %p
- %strong= push_event.author_name
- = link_to "(#{truncate_sha(push_event.commit_id)})", project_commit_path(push_event.project, push_event.commit_id)
- %i
- at
- = push_event.created_at.to_s(:short)
- %blockquote= markdown(escape_once(push_event.commit_title), pipeline: :atom, project: push_event.project, author: push_event.author)
- - if push_event.commits_count > 1
- %p
- %i
- \... and
- = pluralize(push_event.commits_count - 1, "more commit")