Sha256: 587748dfea12e047f1de244dbade65dc8d9dd9d09b1c86d94ea318eb60a8bc8a

Contents?: true

Size: 284 Bytes

Versions: 26

Compression:

Stored size: 284 Bytes

Contents

<div data-role="header">
  <h1><%= @note.title %></h1>
</div>

<div data-role="content">
  <p id="notice"><%= notice %></p>

  <p>
    <%= @note.body %>
  </p>

</div>

<div data-role="footer">
  <%= link_to 'Edit', edit_note_path(@note) %>
  <%= link_to 'Back', notes_path %>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jquery_mobile_rails-1.0.1 test/dummy/app/views/notes/show.html.erb
jquery_mobile_rails-1.0 test/dummy/app/views/notes/show.html.erb
jquery_mobile_rails-1.0rc2 test/dummy/app/views/notes/show.html.erb
jquery_mobile_rails-1.0rc1 test/dummy/app/views/notes/show.html.erb
jquery_mobile_rails-1.0b3.1 test/dummy/app/views/notes/show.html.erb
jquery_mobile_rails-1.0b3 test/dummy/app/views/notes/show.html.erb