mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
14 lines
278 B
Text
14 lines
278 B
Text
<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 %>
|