Sha256: f014cd0a9cd89bdb5de648c935266b7f1b8a822156ec6a0b93627662a2e721a5
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
<p style="color: green"><%= notice %></p> <h1>Announcements</h1> <div id="announcements"> <% @announcements.each do |announcement| %> <%= render announcement %> <p> <%= link_to "Show this announcement", announcement %> </p> <% end %> </div> <%= link_to "New announcement", new_announcement_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lesli_bell-0.1.0 | app/views/lesli_bell/announcements/index.html.erb |