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

Version Path
lit-1.1.6 app/views/lit/locales/index.html.erb
lit-1.1.5 app/views/lit/locales/index.html.erb
lit-1.1.4 app/views/lit/locales/index.html.erb
lit-1.1.2 app/views/lit/locales/index.html.erb
lit-1.1.1 app/views/lit/locales/index.html.erb
lit-1.1.0 app/views/lit/locales/index.html.erb
lit-1.0.2 app/views/lit/locales/index.html.erb
lit-1.0.1 app/views/lit/locales/index.html.erb
lit-1.0 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha.5 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha.4 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha.3 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha.2 app/views/lit/locales/index.html.erb
motorefi-lit-0.3.3 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha.1 app/views/lit/locales/index.html.erb
lit-0.4.0.pre.alpha app/views/lit/locales/index.html.erb
lit-0.3.3 app/views/lit/locales/index.html.erb
lit-0.3.1 app/views/lit/locales/index.html.erb
lit-0.3.0 app/views/lit/locales/index.html.erb
lit-0.2.6 app/views/lit/locales/index.html.erb