You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
278 B

<p style="color: green"><%= notice %></p>
<h1>Examples</h1>
<div id="examples">
<% @examples.each do |example| %>
<%= render example %>
<p>
<%= link_to "Show this example", example %>
</p>
<% end %>
</div>
<%= link_to "New example", new_example_path %>