Sha256: acf909fbfeecb40c44dfa49ab3f6a63b82077e062367365061c1ecb908056363
Contents?: true
Size: 654 Bytes
Versions: 3
Compression:
Stored size: 654 Bytes
Contents
<style> .alert { color: red; } .notice { color: green; } </style> <% flash.each do |type, msg| %><div class="<%= type %>"><%= msg %></div><% end %> <% if flash.any? %><hr /><% end %> <h1>Acts as list</h1> <h2>This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.</h2> <!-- Add/Remove as needed --> <!-- <= link_to 'Some Action', home_some_action_path %> <= link_to 'Products', products_path %> | <= link_to 'Posts', posts_path %> | <= link_to 'People', people_path %> -->
Version data entries
3 entries across 3 versions & 1 rubygems