Sha256: 3b3e75445885e9b1ad095e03669808f5c040c8427b139f8cb0fbededc0ff2446
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
<% if object.content? %> <% type = object.type.to_s == 'info' ? 'notice' : object.type type ||= 'notice' %> <%= tag :div, object.content, object.merge_html_attributes(:class => " #{type}") %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
common_interface-0.1.2 | lib/views/themes/simple_organization/basic/message.html.erb |
common_interface-0.1.1 | lib/views/themes/simple_organization/basic/message.html.erb |