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