Sha256: e6208c5b7ec652cf11ede06631e7064655306f2c429017664434714404663f4f
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title><%= h(yield(:title) || "xyxyxyx") %></title> <%= csrf_meta_tag %> <%= stylesheet_link_tag 'inline_forms' %> <%= javascript_include_tag :defaults %> <%= yield(:head) %> </head> <%#= calendar_date_select_includes "red" %> <body> <%= render "/inline_forms_tabs" %> <ul id="inline_form_list"> <%= yield %> </ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inline_forms-0.6.5 | app/views/layouts/inline_forms.rhtml |