Sha256: 0616e34405c38d5c7d1ebf50c0f1ba780e7fcdfaaa5bdcbbd161f8f82bdac276
Contents?: true
Size: 374 Bytes
Versions: 39
Compression:
Stored size: 374 Bytes
Contents
<% @notifications.each do |notification| %> <div id="container" class="ui-notify"> <div class="ui-notify-message ui-notify-message-style red" style=""> <a class="ui-notify-close ui-notify-cross">x</a> <h1><%= notification.title %></h1> <p><%= notification.message %></p> </div> </div> <% end if @notifications %>
Version data entries
39 entries across 21 versions & 1 rubygems