Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - unless current_announcements.empty?
  2. #announcements_box
  3. -for announcement in current_announcements
  4. .announcement{:id => 'announcement_' + announcement.id.to_s}
  5. =h announcement.message
  6. = link_to "Hide Announcements", hide_announcements_path, :id => 'hideAnn'
Add Comment
Please, Sign In to add comment