Sha256: 97ad13bbe448a9e7ab91f09ecdb723c81cc2243bc1b834c924f07bcbd9a7971d
Contents?: true
Size: 533 Bytes
Versions: 20
Compression:
Stored size: 533 Bytes
Contents
<%= languages_picker %> <% autoload_reference_translations %> <%= javascript_include_tag 'translations' %> <% form_tag(admin_translation_path(@locale_code), :method => :put) do -%> <p style="margin-top: 2ex"><%= submit_tag %></p> <table id="translations" border="0" cellspacing="5" cellpadding="5"> <tr><td></td><td></td></tr> <tr> <th>Key</th> <th>Translation</th> </tr> <%= render :partial => 'translation', :collection => @translations %> </table> <p><%= add_translation %></p> <p><%= submit_tag %></p> <% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems