Sha256: df43cba8c23c7987a88a084e96947c2c82b8909a9e09aa979279972b2ae05848
Contents?: true
Size: 1.45 KB
Versions: 4
Compression:
Stored size: 1.45 KB
Contents
!!! Strict %html{:xmlns => 'http://www.w3.org/1999/xhtml', :'xml:lang' => I18n.locale, :lang => I18n.locale} %head %title= @meta_title = stylesheet_link_tag 'rails_dash/application', :media => 'all' = javascript_include_tag 'application' = csrf_meta_tags %body #page #navigation .holder #menu %ul %li %a{ :href => rails_dash.root_path, :title => t('layouts.dash.menu.home') } = t('layouts.dash.menu.home') #session %a.button{ :href => '#', :title => t('layouts.dash.session.logout') } = t('layouts.dash.session.logout') - if @title #header .holder %h1 = @title - if not flash.empty? and ((flash.key?(:error) and flash[:error].any?) or (flash.key?(:success) and flash[:success].any?)) #flash.flash.holder - if flash.key?(:error) and flash[:error].any? - while flash[:error].any? %p.error = flash[:error].shift.capitalize - if flash.key?(:success) and flash[:success].any? - while flash[:success].any? %p.success = flash[:success].shift.capitalize #content.holder = yield #footer .holder %p#copyright = t('layouts.dash.footer.copyright', :year => @year)
Version data entries
4 entries across 2 versions & 1 rubygems