19 lines
727 B
Plaintext
19 lines
727 B
Plaintext
#feeds_content_holder
|
|
.project-box.project-updates.ui-box.ui-box-small.ui-box-big
|
|
.data
|
|
- @merge_requests.each do |update|
|
|
%a.project-update{:href => project_merge_request_path(update.project, update)}
|
|
= image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
|
|
%span.update-title
|
|
= truncate update.title, :length => 70
|
|
.right= update.project.name
|
|
%span.update-author
|
|
%strong= update.author_name
|
|
authored
|
|
= time_ago_in_words(update.created_at)
|
|
ago
|
|
.right
|
|
%span.tag.commit= update.source_branch
|
|
→
|
|
%span.tag.commit= update.target_branch
|