Sha256: 4d09359d24e8dfe0454b48b00eb0180def25fcc075c526997698ded7c6ebdb8c

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

<ul>
  <% @available_locales.each do |locale| %>
      <li><%= link_to locale, edit_translation_handler_translation_path(:id => locale) %></li>
  <% end %>
</ul>

<%= link_to 'Create New Language', new_translation_handler_translation_path %>

Version data entries

6 entries across 4 versions & 1 rubygems

Version Path
translation_handler-0.0.4 app/views/translation_handler/translations/index.html.erb
translation_handler-0.0.3 app/views/translation_handler/translations/index.html.erb
translation_handler-0.0.3 test/dummy/app/views/translation_handler/translations/index.html.erb
translation_handler-0.0.2 app/views/translation_handler/translations/index.html.erb
translation_handler-0.0.2 test/dummy/app/views/translation_handler/translations/index.html.erb
translation_handler-0.0.1 app/views/translation_handler/translations/index.html.erb