Sha256: bf60bfe004350c4387146afe1a479bfc6147bbda919016691842d6ba0ca8c21f
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
<!doctype html> <html> <head> <%= '<'.html_safe %>%= title_tag %> <%= '<'.html_safe %>%= assets_tags %> <%= '<'.html_safe %>%= meta_informations_tags %> </head> <%= '<'.html_safe %>%= body_tag id: [controller_name, action_name].join('-') do %> <%= '<'.html_safe %>%= admin_navigation %> <%= '<'.html_safe %>%= yield %> <%= '<'.html_safe %>% end %> </html>
Version data entries
6 entries across 6 versions & 1 rubygems