Sha256: 5b5f8d2fae0c8e5c6ae023e265ab0df03e11a003596faec4ef5cd5cebd0d5c40
Contents?: true
Size: 796 Bytes
Versions: 2
Compression:
Stored size: 796 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Hart Science Experiments</h1> <table> <thead> <tr> <th>Text</th> <th>Url</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @hart_science_experiments.each do |hart_science_experiment| %> <tr> <td><%= hart_science_experiment.text %></td> <td><%= hart_science_experiment.url %></td> <td><%= link_to 'Show', hart_science_experiment %></td> <td><%= link_to 'Edit', edit_hart_science_experiment_path(hart_science_experiment) %></td> <td><%= link_to 'Destroy', hart_science_experiment, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Hart Science Experiment', new_hart_science_experiment_path %>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ezii-browser-1.0.0 | server/redux-os/app/views/hart_science_experiments/index.html.erb |
mega-os-1.0.0 | app/views/hart_science_experiments/index.html.erb |