Modern theme restyled. Better Profile -> Ui page

This commit is contained in:
Dmitriy Zaporozhets 2012-08-13 08:52:10 +03:00
parent 463644c882
commit 6ebd360cf2
7 changed files with 276 additions and 185 deletions

View file

@ -1,7 +1,7 @@
- commit = CommitDecorator.decorate(commit)
%li.wll.commit
%li.commit
%p
= link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
= link_to commit.short_id(8), project_commit_path(project, id: commit.id), class: "commit_short_id"
%strong.cdark= commit.author_name
–
= image_tag gravatar_icon(commit.author_email), class: "avatar", width: 16