Sha256: 66ca961fca988fe03edc3ba0171b1b17563dad0ada7fb6484b259be06919ffd6

Contents?: true

Size: 787 Bytes

Versions: 3

Compression:

Stored size: 787 Bytes

Contents

<%= content_for :title do %>
  Translation list
<% end %>
<div id="header">
  <h1>Translations for <%= I18n.locale %></h1>
</div>
<p>
Below are the translations without any particulary key in your application.
That use to be some global names or terms for common use along all the site,
which doesn't belong to any page or section in particulary. To dive into the
rest of your app's contents, navigate using the tree in the left, that shows your
locales structure.
</p>

<%= render 'interpret/translations/listing' %>

<%= content_for :sidebar do %>
  <div id="tree_sidebar">
    <h3>
      <% if params[:key] %>
        /<%= params[:key].split(".").join("/") %>
      <% else %>
        /
      <% end %>
    </h3>
    <%= show_interpret_tree(@tree, params[:key]) %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.1.3 app/views/interpret/translations/index.html.erb
interpret-0.1.2 app/views/interpret/translations/index.html.erb
interpret-0.1.1 app/views/interpret/translations/index.html.erb