Sha256: 3b7a9eea34c1aa5fe7f823dd7426e14d33ef19d23b40e552ecb64a998f590105

Contents?: true

Size: 187 Bytes

Versions: 10

Compression:

Stored size: 187 Bytes

Contents

		<% [:info, :error, :notice, :alert, :warning].each do |key| %>
			<% if flash[key] %>
				<div class="<%= key %>" id="flash">
					<%= flash[key] %>
				</div>
			<% end %>
		<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.0.12 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.10 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.9 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.8 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.7 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.6 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.5 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.4 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.3 app/views/thredded/shared/_error_msgs.html.erb
thredded-0.0.1 app/views/thredded/shared/_error_msgs.html.erb