Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <% if @announcements.each do |notif| %>
  2. <div class="alert alert-warning alert-dismissable">
  3. <strong><%= notif.title %></strong>
  4. <br>
  5. <%= notif.text %>
  6. <%= link_to notif.File %>
  7.  
  8.  
  9. </div>
  10. <% end.empty? %>
  11. <p> Nu exista notificari in acest moment </p>
  12. <% end %>
  13.  
  14. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement