2012-03-19 21:52:16 +01:00
|
|
|
%h5.title
|
2012-03-02 23:09:17 +01:00
|
|
|
= @project.name
|
2012-03-11 10:46:15 +01:00
|
|
|
%br
|
2012-03-02 23:09:17 +01:00
|
|
|
%div
|
|
|
|
%a.btn.info{:href => tree_project_ref_path(@project, @project.root_ref)} Browse code
|
|
|
|
|
|
|
|
%a.btn{:href => project_commits_path(@project)} Commits
|
|
|
|
%strong.right
|
2012-06-04 00:37:27 +02:00
|
|
|
= link_to project_path(@project) do
|
|
|
|
Switch to project →
|
2012-03-11 10:46:15 +01:00
|
|
|
%br
|
2012-03-02 23:09:17 +01:00
|
|
|
.alert-message.block-message.warning
|
|
|
|
.input
|
|
|
|
.input-prepend
|
|
|
|
%span.add-on git clone
|
|
|
|
= text_field_tag :project_clone, @project.url_to_repo, :class => "xlarge one_click_select git_clone_url"
|
|
|
|
|
|
|
|
= simple_format @project.description
|
|
|
|
- unless @events.blank?
|
2012-03-11 10:46:15 +01:00
|
|
|
%h4.middle_title Recent Activity
|
2012-03-02 23:09:17 +01:00
|
|
|
.content_list= render @events
|
|
|
|
|
|
|
|
|