Sha256: e75aee3a0a9d787247782e224dfba2f0f197ea4c70b7ee7a2ecec9ca84f99ea8
Contents?: true
Size: 1.51 KB
Versions: 4
Compression:
Stored size: 1.51 KB
Contents
doctype html html head meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" title = Comable.app_name = stylesheet_link_tag 'comable/admin/application', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'comable/admin/application', 'data-turbolinks-track' => true = yield :head / TODO: Use downloaded files = stylesheet_link_tag 'http://rawgit.com/vakata/jstree/3.0.9/dist/themes/default/style.min.css', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'http://rawgit.com/vakata/jstree/3.0.9/dist/jstree.min.js', 'data-turbolinks-track' => true / TODO: Use downloaded files = stylesheet_link_tag 'http://rawgithub.com/aehlke/tag-it/master/css/jquery.tagit.css', media: 'all', 'data-turbolinks-track' => true = stylesheet_link_tag 'http://rawgithub.com/aehlke/tag-it/master/css/tagit.ui-zendesk.css', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'http://rawgithub.com/aehlke/tag-it/master/js/tag-it.min.js', 'data-turbolinks-track' => true = csrf_meta_tags body id="#{"comable-#{controller_name.singularize}"}" data-page="#{page_name}" = render 'comable/admin/shared/notifier' - if current_comable_user.signed_in? = render_admin_layout :admin do #wrapper main.container-fluid = yield = render 'comable/admin/shared/footer' - else main = yield = render 'comable/admin/shared/footer'
Version data entries
4 entries across 4 versions & 1 rubygems