Sha256: adab2d6a16e0f4cb7d5797ca477857645d70ebdc3bcfa156356978346ea6c0f7
Contents?: true
Size: 463 Bytes
Versions: 21
Compression:
Stored size: 463 Bytes
Contents
<script> LiveRecord.helpers.loadRecords({modelName: 'Post'}) </script> <p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <span data-live-record-update-from='Post-<%= @post.id %>-title'> <%= @post.title %> </span> </p> <p> <strong>Content:</strong> <span data-live-record-update-from='Post-<%= @post.id %>-content'> <%= @post.content %> </span> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
21 entries across 21 versions & 1 rubygems