Sha256: 08a2a5322ef27366b36b8ad80003beee5b374504e9f411c81c19088af10c64fd
Contents?: true
Size: 395 Bytes
Versions: 6
Compression:
Stored size: 395 Bytes
Contents
<% def define_class @notice ? 'notice' : 'alert' end %> // Add the Notice or Error $('.flash').addClass("<%= define_class %>").html("<%= j raw @notice ? @notice : @alert %><br><br><a class='back' href='#'>Back</a>"); // Make the Back Url to work $('a.back').on('click', function(e) { e.preventDefault(); show_alert.show() }); // show_alert is defined in index.html show_alert.show();
Version data entries
6 entries across 3 versions & 1 rubygems