Sha256: 5cbf9109288d3f5318b8a8ffc8666ef5981bb687661b832ce1f619ece40af0c9
Contents?: true
Size: 493 Bytes
Versions: 6
Compression:
Stored size: 493 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>SurveyorGui</title> <%= stylesheet_link_tag "surveyor_gui_all", :media => "all" %> <%= javascript_include_tag "surveyor_gui_all" %> <%= csrf_meta_tags %> </head> <body> <div id="surveyor_gui_mount_point" data-surveyor_gui_mount_point="<%= surveyor_gui.surveyforms_path %>"></div> <% flash.each do |key, value| %> <%= content_tag(:div, value, :class => "flash #{key}") %> <% end %> <%= yield %> </body> </html>
Version data entries
6 entries across 3 versions & 1 rubygems