Sha256: 4b3e2da252c5821f24ede4bf996f41a6044d8147989ab90f8398f5ff4d386ff6
Contents?: true
Size: 566 Bytes
Versions: 28
Compression:
Stored size: 566 Bytes
Contents
<!-- hobo_jquery --> <%# This tag must be placed at the bottom of the page. This is typically done for you by the theme. %> <def tag="page-scripts"> <do param="default"> <% attrs = deunderscore_attributes(attributes).reverse_merge( 'form_auth_token' => { 'name' => request_forgery_protection_token, 'value' => form_authenticity_token}, 'hobo_parts' => part_contexts_storage_uncoded ) %> <%= tag("span", "data-rapid-page-data" => attrs.to_json, :style => "display: none;") %> </do> </def>
Version data entries
28 entries across 28 versions & 1 rubygems