Sha256: c902deb43058b351959bf65709c402ae22b98ab83efd1792f52218c1d982cdd1

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

<% content_for :header do %>
 <h1>List View Helper</h1>
<% end %>

<p id="notice"><%= notice %></p>

<p>
  <b>Name:</b>
  <%= @post.name %>
</p>

<p>
  <b>Title:</b>
  <%= @post.title %>
</p>

<p>
  <b>Content:</b>
  <%= @post.content %>
</p>


<%= back_split_button "Back", posts_path %>
<%= button_link "Edit", edit_post_path(@post), {'data-rel'=> 'front'} %> 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jqmobile_helpers-0.0.2 test/dummy/app/views/posts/show.html.erb
jqmobile_helpers-0.0.1 test/dummy/app/views/posts/show.html.erb