Sha256: 9fc768419f82ad48175967f089b56468c94bd6048023bf3fdd6a874d6a29b62a
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 Bytes
Contents
<% flash[:notice] = nil %> var modal_opts = { closeHTML : '<div>[x] CLOSE</div>', containerCss : { height:80 }, onOpen: function (dialog) { dialog.overlay.fadeIn('fast', function() { dialog.data.show(); dialog.container.fadeIn('fast'); }); } }; <% if @errors.empty? %> $.modal('<div id="modal-notice"><h1><%= t("you_have_been_subscribed") %></h1></div>', modal_opts); <% else %> $.modal('<div id="modal-notice"><h1>ERROR:</h1> <%= @errors.join(' / ') %></div>', modal_opts); <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems