Listing posts

<% @posts.each do |post| %> <% end %>
Name Body
<%= post.name %> <%= post.body %> <%= link_to 'Show', post %> <%= link_to 'Edit', edit_post_path(post) %> <%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Post', new_post_path %> <%= ueditor_text_tag 'test0' %> <%= ueditor_text_tag 'test1', 'text here', :id => 'xxxx', :width => 500, :toolbars => [["bold","italic","underline"]] %> <%= ueditor_text_tag 'test2', 'text here' %>