Cleaning css. layout is broken
This commit is contained in:
parent
ee2583e1b5
commit
fed0da8076
15 changed files with 219 additions and 332 deletions
|
@ -6,9 +6,9 @@
|
|||
= image_tag gravatar_icon(commit.author_email), :class => "left", :width => 40, :style => "padding-right:5px;"
|
||||
- else
|
||||
= image_tag "no_avatar.png", :class => "left", :width => 40, :style => "padding-right:5px;"
|
||||
%span.update-title
|
||||
%span.commit-title
|
||||
= truncate commit.safe_message, :length => 60
|
||||
%span.update-author
|
||||
%span.commit-author
|
||||
%strong= commit.author_name
|
||||
authored
|
||||
= time_ago_in_words(commit.created_at)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue