Sha256: 57d85a4b2282023cf96ef70cb09fc05f1b9dbcf9a2ad7f46705cdce9df8702f5

Contents?: true

Size: 224 Bytes

Versions: 17

Compression:

Stored size: 224 Bytes

Contents

<% [:notice, :error, :alert].each do |type| %>
  <% if flash[type] %>
    <div class="ui-state-<%= type == :error ? 'error' : 'highlight' %> ui-corner-all msg <%= type.to_s %>"><%= flash[type] %></div>
  <% end %>
<% end %>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
hydra-head-4.1.3 app/views/_flash_msg.html.erb
hydra-head-4.1.2 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre9 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre8 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre7 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre6 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre4 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre3 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre2 app/views/_flash_msg.html.erb
hydra-core-5.0.0.pre1 app/views/_flash_msg.html.erb
hydra-head-4.1.1 app/views/_flash_msg.html.erb
hydra-head-4.1.0 app/views/_flash_msg.html.erb
hydra-head-4.0.3 app/views/_flash_msg.html.erb
hydra-head-4.0.2 app/views/_flash_msg.html.erb
hydra-head-4.0.1 app/views/_flash_msg.html.erb
hydra-head-4.0.0 app/views/_flash_msg.html.erb
hydra-head-4.0.0.rc6 app/views/_flash_msg.html.erb