Sha256: b4067a54f90bf9b2f5de3457d911bbaa04be3928607348a3d9b1da08ab46efc0
Contents?: true
Size: 409 Bytes
Versions: 18
Compression:
Stored size: 409 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= "#{CONFIG[:application][:name]} #{controller.controller_name.capitalize}: #{controller.action_name}" %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= yield(:head) %> </head> <body> <%= render "layouts/#{CONFIG[:default_style]}" %> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems