Sha256: 9d391b449af27031da9777d1003d99d3cc575646f08e4913af1de5312119016b

Contents?: true

Size: 252 Bytes

Versions: 3

Compression:

Stored size: 252 Bytes

Contents

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

  <%= javascript_tag do %>
	$(function() {
		setTimeout(deleteSystemNotice, 3000);
	});
  <% end %>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mdd-3.1.4 app/views/template/mdwa/_notice.html.erb
mdd-3.1.2 app/views/template/mdwa/_notice.html.erb
mdd-3.1.1 app/views/template/mdwa/_notice.html.erb