Sha256: fa3ca1e5d4bc094c97f5757759d8847465dbbcfd3b293d8a966a86d76c83767c
Contents?: true
Size: 471 Bytes
Versions: 34
Compression:
Stored size: 471 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= javascript_include_tag "jquery-1.6.2.min" %> <%= javascript_include_tag "jquery-ui-1.8.15.custom.min" %> <%= javascript_include_tag "jquery-ui-nestedSortable" %> <%= csrf_meta_tag %> </head> <body> <% unless flash[:notice].blank? %> <div id='notice'> <%= flash[:notice] %> </div> <% end %> <%= yield %> </body> </html>
Version data entries
34 entries across 34 versions & 1 rubygems