Fix branch selector. Few css fixed also

This commit is contained in:
randx 2012-08-18 23:53:58 +03:00
parent 93401ef988
commit 3f9749dd86
6 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,5 @@
%li{id: dom_id(note), class: "note"}
= image_tag gravatar_icon(note.author.email), class: "avatar"
= image_tag gravatar_icon(note.author.email), class: "avatar s32"
%div.note-author
%strong= note.author_name
= link_to "##{dom_id(note)}", name: dom_id(note) do