Sha256: 5f06ec03fdedef854b2ac791f1dd95fcfc2a7375ee56246a82b30f225b3f9937
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
<h1>Listing locales</h1> <table class="table table-stripped"> <tr> <th>Locale</th> <th width="100">Options</th> </tr> <% @locales.each do |locale| %> <tr> <td><%= locale %></td> <td> <span id="hide_link_<%= locale.id %>"><%= render :partial=>"hide_link", :locals=>{:locale=>locale} %></span> <%= link_to 'Destroy', locale, method: :delete, data: { confirm: 'Are you sure?' } %> </td> </tr> <% end %> </table>
Version data entries
4 entries across 4 versions & 1 rubygems