Sha256: 1ac9ab34f6d7e0b1603e738647a692a8e8eac70e557117c27b9b22ac3c2aed12
Contents?: true
Size: 549 Bytes
Versions: 16
Compression:
Stored size: 549 Bytes
Contents
<!DOCTYPE html> doctype html html head title Dummy = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'application', 'data-turbolinks-track' => true = csrf_meta_tags body .row .small-12.columns - flash.each do |name, msg| - if msg.is_a?(String) .alert-box.round class=(name.to_s == 'notice' ? 'success' : 'alert') data-alert=true = msg a.close href="#" × .row .small-12.columns= yield
Version data entries
16 entries across 16 versions & 1 rubygems