- Softwrap mode:
- Toggle
Blob of app/views/events/index.html.erb
(raw blob data)
| 1 | <% @page_title = "Events" -%> |
| 2 | |
| 3 | <h2>System Activities<%= link_to image_tag("feed.png", :width => 24, :height => 24), @atom_auto_discovery_url %></h2> |
| 4 | |
| 5 | <%= render :partial => "events", :object => @events -%> |
