Sha256: 7c5e6a68d10c1919f438774e85c5336ca0331859c1adfa8181f366d599cd36ea

Contents?: true

Size: 466 Bytes

Versions: 8

Compression:

Stored size: 466 Bytes

Contents

<h1>Listing posts</h1>

<table>
  <tr>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @posts.each do |post| %>
  <tr>
    <td><%= link_to 'Show', post %></td>
    <td><%= link_to 'Edit', edit_post_path(post) %></td>
    <td><%= link_to 'Destroy', post, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Post', new_post_path %>

<h2>Text area test</h2>
<%= cktext_area_tag("test_area", "Ckeditor") %>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ckeditor-5.1.3 test/dummy/app/views/posts/index.html.erb
ckeditor-5.1.2 test/dummy/app/views/posts/index.html.erb
ckeditor-5.1.1 test/dummy/app/views/posts/index.html.erb
glebtv-ckeditor-4.14.1 test/dummy/app/views/posts/index.html.erb
ckeditor-5.1.0 test/dummy/app/views/posts/index.html.erb
glebtv-ckeditor-4.13.1 test/dummy/app/views/posts/index.html.erb
glebtv-ckeditor-4.13.0 test/dummy/app/views/posts/index.html.erb
ckeditor-5.0.0 test/dummy/app/views/posts/index.html.erb