Fixed widget counts, improved styles
This commit is contained in:
parent
fa7bd43ab9
commit
3f91da6816
19 changed files with 102 additions and 80 deletions
|
@ -1,16 +1,17 @@
|
|||
= render "project_head"
|
||||
- unless @notes.empty?
|
||||
%div.update-data.ui-box.ui-box-small
|
||||
.data
|
||||
- @notes.each do |note|
|
||||
%a.update-item{:href => note.attachment.url}
|
||||
= image_tag gravatar_icon(note.author_email), :class => "left", :width => 16
|
||||
%span.update-title{:style => "margin-bottom:0px;"}
|
||||
%table.zebra-striped.borders
|
||||
- @notes.each do |note|
|
||||
%tr
|
||||
%td
|
||||
%a{:href => note.attachment.url}
|
||||
= image_tag gravatar_icon(note.author_email), :class => "left", :width => 16
|
||||
|
||||
= note.attachment_identifier
|
||||
%span.update-author.right
|
||||
Added
|
||||
= time_ago_in_words(note.created_at)
|
||||
ago
|
||||
%td
|
||||
Added
|
||||
= time_ago_in_words(note.created_at)
|
||||
ago
|
||||
- else
|
||||
.notice_holder
|
||||
%li All files attached to project wall, issues etc will be displayed here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue