Sha256: b0e1b7fee22a534e3f5cf601388a965e30a3520380086f5d3fd195eb3edc9ad9

Contents?: true

Size: 536 Bytes

Versions: 10

Compression:

Stored size: 536 Bytes

Contents

= form_tag list_globalize_translations_path, :class => "search", :method => :get do
  %p
    I18n backend:
    = select_tag "type", options_for_select([ ["Globalize store (database)", "db"], ["YAML (application)", "yaml-app"], ["YAML (application and gems)", "yaml"] ], :selected => params[:type]), :include_blank => "All"

    Language:
    = select_tag "locale", options_for_select(@languages, :selected => params[:locale]), :include_blank => "All"

    = submit_tag "show"

= raw(HashToHTML(@translations)) if @translations.present?

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
exvo_globalize-0.6.0 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.6 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.5 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.4 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.3 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.2 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.1 app/views/globalize_translations/list.html.haml
exvo_globalize-0.5.0 app/views/globalize_translations/list.html.haml
exvo_globalize-0.4.0 app/views/globalize_translations/list.html.haml
exvo_globalize-0.3.2 app/views/globalize_translations/list.html.haml