Sha256: 3e0c1d21b0b0957e8014269298d903823a9e70f1c03ff80bf87da344009a7c23

Contents?: true

Size: 188 Bytes

Versions: 24

Compression:

Stored size: 188 Bytes

Contents

<% unless (hint = field_hint(@application, @model, field, 'popup')).blank? %>
	<div class="hint_popup">
		<span>?</span>
		<div class="hint hide">
			<%= hint %>
		</div>
	</div>
<% end %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
my_admin-0.0.5 app/views/my_admin/models/_popup_hint.html.erb
my_admin-0.0.4 app/views/my_admin/models/_popup_hint.html.erb
my_admin-0.0.3 app/views/my_admin/models/_popup_hint.html.erb
my_admin-0.0.2 app/views/my_admin/models/_popup_hint.html.erb