Sha256: 6186708954093bfb26d5d22cd5e6ed9553beef33bfaf3b80241e6bee935a1bd3
Contents?: true
Size: 784 Bytes
Versions: 4
Compression:
Stored size: 784 Bytes
Contents
html head meta charset="utf-8" meta name="viewport" content="width=device-width, initial-scale=1.0" title Manage = stylesheet_link_tag "manage/application", media: "all" = javascript_include_tag "vendor/custom.modernizr" = csrf_meta_tags body class="simple" data-locale=I18n.locale section.main #flash - flash.each do |key, value| - key = 'info' if key == :notice - key = 'alert' if key == :error div data-alert="" class="alert-box #{key}" - if value.is_a?(Array) - value.each do |element| p #{element.html_safe} - elsif value.is_a?(String) p #{value.html_safe} a.close href="#" × = yield = javascript_include_tag "manage/application"
Version data entries
4 entries across 4 versions & 1 rubygems