Sha256: a90bf954913f8c6bf59c7196a4d2dccfc6159ca7fd30f48c47de18e38baace15
Contents?: true
Size: 749 Bytes
Versions: 12
Compression:
Stored size: 749 Bytes
Contents
!!! html %html %head %title Mails on Rails = stylesheet_link_tag "application", :media => "all" = javascript_include_tag "application" = csrf_meta_tags %body#rmails %header %h1.left = link_to 'RMails', root_url = yield :title - if current_admin_user %span.right = t('loggedin') = current_admin_user.email %br = link_to t('logout'), destroy_admin_user_session_path, :method => :delete .body-wrapper.out .left-column .left-column-content %ul.navigation = render :partial => '/layouts/nav' .center-column #content.center-column-content = yield .right-column = yield :script
Version data entries
12 entries across 12 versions & 1 rubygems