Sha256: 6882effa20f21896ba2f551556fbb828291d0790e9a31a66006458642b20a600
Contents?: true
Size: 453 Bytes
Versions: 24
Compression:
Stored size: 453 Bytes
Contents
<h1>Listing locales</h1> <table class="table table-stripped"> <tr> <th>Locale</th> <th width="130">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
24 entries across 24 versions & 2 rubygems