Sha256: 133714f4563549997404e0fc1c560d8920e45896b6ff13fc1233ea0b677397bb
Contents?: true
Size: 385 Bytes
Versions: 5
Compression:
Stored size: 385 Bytes
Contents
<% if get_notification.present? %> <ul id='notification_list'> <img id="close_img" src="/assets/close.png"> <% get_notification.each do |notification|%> <div id="notification_contents"> <div id="notification_div"> <li> <%= notification.notification%> </li> </div> </div> <% end %> </ul> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems