Commit 82a399688316caa9d860d93204f5bfc9b7847a16

Authored by Robert Speicher
1 parent a4633537

Remove projects/_show partial

I have no earthly idea what this file was for, but I couldn't find it being
rendered anywhere.
Showing 1 changed file with 0 additions and 23 deletions   Show diff stats
app/views/projects/_show.html.haml
... ... @@ -1,23 +0,0 @@
1   -%h5.title
2   - = @project.name
3   -%br
4   -%div
5   - %a.btn.info{href: tree_project_ref_path(@project, @project.root_ref)} Browse code
6   -  
7   - %a.btn{href: project_commits_path(@project)} Commits
8   - %strong.right
9   - = link_to project_path(@project) do
10   - Switch to project →
11   -%br
12   -.alert-message.block-message.warning
13   - .input
14   - .input-prepend
15   - %span.add-on git clone
16   - = text_field_tag :project_clone, @project.url_to_repo, class: "xlarge one_click_select git_clone_url"
17   -
18   -= simple_format @project.description
19   -- unless @events.blank?
20   - %h4.middle_title Recent Activity
21   - .content_list= render @events
22   -
23   -