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

Version Path
lit-0.2.1 app/views/lit/locales/index.html.erb
lit-0.2.0 app/views/lit/locales/index.html.erb
lit-0.1.0 app/views/lit/locales/index.html.erb
lit-0.0.4.3 app/views/lit/locales/index.html.erb