Sha256: 206e69b597330cebabd5bf2ae18b705122bea84bcdb0e95bd94f3d135aeeac49

Contents?: true

Size: 480 Bytes

Versions: 5

Compression:

Stored size: 480 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title>Users: <%= controller.action_name %></title>
  <%= stylesheet_link_tag 'scaffold', 'sortable' %>
</head>
<body>

<p style="color: green"><%= flash[:notice] %></p>

<%= yield  %>

</body>
</html>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
dancroak-sortable_table-0.1.0 test/rails_root/app/views/layouts/users.html.erb
dancroak-sortable_table-0.1.1 test/rails_root/app/views/layouts/users.html.erb
dancroak-sortable_table-0.2.0 test/rails_root/app/views/layouts/users.html.erb
dancroak-sortable_table-0.3.0 test/rails_root/app/views/layouts/users.html.erb
ryana-sortable_table-0.2.0 test/rails_root/app/views/layouts/users.html.erb