gitlabhq/app/views/projects/_show.html.haml

24 lines
618 B
Plaintext
Raw Normal View History

%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
= 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