lösche unnötiges

This commit is contained in:
Andreas Stephanides
2015-08-07 17:21:49 +02:00
parent 3f57e83d49
commit cb73bbfa43
9 changed files with 0 additions and 163 deletions

View File

@@ -1,6 +0,0 @@
<h1>Editing comment</h1>
<%= render 'form', object: @comment %>
<%= link_to 'Show', @comment %> |
<%= link_to 'Back', comments_path %>

View File

@@ -1,5 +0,0 @@
<h1>New comment</h1>
<%= render partial: 'form', object: @comment %>
<%= link_to 'Back', comments_path %>

View File

@@ -1,6 +0,0 @@
<p id="notice"><%= notice %></p>
<%= render @comment %>
<%= link_to 'Edit', edit_comment_path(@comment) %> |
<%= link_to 'Back', comments_path %>