Sha256: cc1a1a384438029b79a7a2131cb50b4b6f0e31ae72f37ba2cbf35ed3a8fbda57

Contents?: true

Size: 258 Bytes

Versions: 23

Compression:

Stored size: 258 Bytes

Contents

<% unless notice.nil? and alert.nil? %>

  <script type="text/javascript">
	$(function() {
		setTimeout(deleteSystemNotice, 3000);
	});
  </script>

  <div id="system_notice">
    <%= notice || alert %>
    <a id="system_notice_close"></a>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mdd-2.0.2 app/views/template/mdwa/_notice.html.erb
mdd-2.0.1 app/views/template/mdwa/_notice.html.erb
mdd-2.0 app/views/template/mdwa/_notice.html.erb