Sha256: 78ccacbe1ac7865fec45ffb8c793e68096e985236d9346b80e721711708a937e
Contents?: true
Size: 783 Bytes
Versions: 19
Compression:
Stored size: 783 Bytes
Contents
<!-- Tag definitions for the <%= subsite_name %> subsite --> <% if options[:rapid] -%> <include src="rapid" plugin="hobo"/> <include src="taglibs/auto/<%= file_name %>/rapid/cards"/> <include src="taglibs/auto/<%= file_name %>/rapid/pages"/> <include src="taglibs/auto/<%= file_name %>/rapid/forms"/> <set-theme name="clean"/> <% end -%> <def tag="app-name"><%= app_name %></def> <extend tag="page"> <old-page merge> <append-stylesheets:> <stylesheet name="admin"/> </append-stylesheets:> <footer:> <a href="#{base_url}/">View Site</a> </footer:> </old-page> </extend> <% if invite_only? -%> <extend tag="card" for="User"> <old-card merge> <append-header:><%%= h this.state.titleize %></append-header:> </old-card> </extend> <% end -%>
Version data entries
19 entries across 19 versions & 1 rubygems