Issues list more compact now
This commit is contained in:
parent
88c625e3f7
commit
cbca0457f8
3 changed files with 30 additions and 15 deletions
|
@ -17,18 +17,19 @@
|
|||
|
||||
- if issue.assignee
|
||||
= image_tag gravatar_icon(issue.assignee_email), :class => "avatar"
|
||||
%span.update-author
|
||||
assigned to
|
||||
%strong= issue.assignee_name
|
||||
- if issue.upvotes > 0
|
||||
%span.badge.badge-success= "+#{issue.upvotes}"
|
||||
|
||||
- else
|
||||
= image_tag "no_avatar.png", :class => "avatar"
|
||||
%span.update-author
|
||||
Unassigned
|
||||
- if issue.upvotes > 0
|
||||
%span.badge.badge-success= "+#{issue.upvotes}"
|
||||
|
||||
= link_to project_issue_path(issue.project, issue) do
|
||||
%p.row_title= truncate(issue.title, :length => 100)
|
||||
|
||||
%span.update-author
|
||||
- if issue.assignee
|
||||
assigned to #{issue.assignee_name}
|
||||
- else
|
||||
|
||||
|
||||
- if issue.upvotes > 0
|
||||
%span.badge.badge-success= "+#{issue.upvotes}"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue