Sha256: 7b38cd23a81dbe4bbf89fff2ae1d0e2017980c2c9f44810e7cecbc7deb8e7ccf

Contents?: true

Size: 349 Bytes

Versions: 29

Compression:

Stored size: 349 Bytes

Contents

<h2>Edit comment</h2>

<%= form_for @comment, url: user_article_comment_url(@article, @comment) do |f| %>
  <p>
    <%= f.label :author %> <br>
    <%= f.text_field :author %>
  </p>

  <p>
    <%= f.label :text %> <br>
    <%= f.text_area :text %>
  </p>

  <p><%= f.submit %> or <%= link_to "back", edit_user_article_url(@article) %></p>
<% end %>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
loco-rails-3.0.5 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-3.0.4 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-3.0.3 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.5.3 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.5.2 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-3.0.2 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-3.0.1 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.5.1 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.5.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.4.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.3.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-3.0.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.2.2 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.2.1 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.2.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.1.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-2.0.0 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-1.5.2 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-1.5.1 test/dummy/app/views/user/comments/edit.html.erb
loco-rails-1.5.0 test/dummy/app/views/user/comments/edit.html.erb