Sha256: 20ff620e1d65087ac53db620c94831a70ba2d0d10e29b1209013a1de3d813682
Contents?: true
Size: 818 Bytes
Versions: 3
Compression:
Stored size: 818 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Logs</h1> <table> <thead> <tr> <th>Orginal content</th> <th>Action</th> <th>Filtered content</th> <th>Mod words</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @logs.each do |log| %> <tr> <td><%= log.original_content %></td> <td><%= log.scenario %></td> <td><%= log.stage %></td> <td><%= log.action %></td> <td><%= log.filtered_content %></td> <td><%= log.mod_words %></td> <td><%= link_to 'Show', log %></td> <td><%= link_to 'Edit', edit_log_path(log) %></td> <td><%= link_to 'Destroy', log, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Log', new_log_path %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
censor_bear-0.1.5 | app/views/censor_bear/logs/index.html.erb |
censor_bear-0.1.4 | app/views/censor_bear/logs/index.html.erb |
censor_bear-0.1.3 | app/views/censor_bear/logs/index.html.erb |