debian-mirror-gitlab/app/views/events/_event_push.atom.haml

15 lines
491 B
Plaintext
Raw Normal View History

2017-08-17 22:00:37 +05:30
%div{ xmlns: "http://www.w3.org/1999/xhtml" }
2017-09-10 17:25:29 +05:30
%p
%strong= event.author_name
2018-11-20 20:47:30 +05:30
= link_to "(#{truncate_sha(event.commit_id)})", event_feed_url(event)
2017-09-10 17:25:29 +05:30
%i
at
= event.created_at.to_s(:short)
- unless event.rm_ref?
2018-11-08 19:23:39 +05:30
.blockquote= markdown(escape_once(event.commit_title), pipeline: :atom, project: event.project, author: event.author)
2017-09-10 17:25:29 +05:30
- if event.commits_count > 1
%p
%i
\... and
= pluralize(event.commits_count - 1, "more commit")