OSDN Git Service

Remove projects/_show partial
authorRobert Speicher <rspeicher@gmail.com>
Tue, 4 Sep 2012 16:03:40 +0000 (12:03 -0400)
committerRobert Speicher <rspeicher@gmail.com>
Tue, 4 Sep 2012 16:05:21 +0000 (12:05 -0400)
I have no earthly idea what this file was for, but I couldn't find it being
rendered anywhere.

app/views/projects/_show.html.haml [deleted file]

diff --git a/app/views/projects/_show.html.haml b/app/views/projects/_show.html.haml
deleted file mode 100644 (file)
index e8a5b00..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-%h5.title
-  = @project.name
-%br
-%div
-  %a.btn.info{href: tree_project_ref_path(@project, @project.root_ref)} Browse code
-  &nbsp;
-  %a.btn{href: project_commits_path(@project)} Commits
-  %strong.right
-    = link_to project_path(@project) do
-      Switch to project &rarr;
-%br
-.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?
-  %h4.middle_title Recent Activity
-  .content_list= render @events
-
-