Usability & design improvements

This commit is contained in:
Dmitriy Zaporozhets 2012-02-18 14:12:48 +02:00
parent 9a24ccdea1
commit 94db8a1c33
21 changed files with 190 additions and 89 deletions

View file

@ -1,6 +1,11 @@
= render "project_head"
%h3
= @project.name
- if can? current_user, :download_code, @project
= link_to "Download", archive_project_repository_path(@project), :class => "btn small right"
.back_link
= link_to projects_path do
← To projects list
%hr
.alert-message.block-message.warning
.input
@ -10,7 +15,8 @@
= simple_format @project.description
%h5.cgray Recent Activity
.content_list= render "feed"
.ui-box
%h5.cgray Recent Activity
.content_list= render "feed"