Sha256: 9652e4297d2f412c03a9ecae43fbdb6a509e8993c264cb694bb1690cfdf8e8be

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

form novalidate="true" ng-init="init(#{ {locale: I18n.default_locale != I18n.locale ? I18n.locale : '' }.to_json })"
  .info_tabs uitabs=""
    ul.ng-cloak
      li
        a href="#tabs-1"  ng-click="toggleMode('customer')"
          = I18n.t :customer, scope: [:registration, :tab_title]
      li
        a href="#tabs-2" ng-click="toggleMode('translator')"
          = I18n.t :translator, scope: [:registration, :tab_title]

    / = render partial: 'form_customer'
    / = render partial: 'form_translator'
    = render partial: 'form_fields', locals: {namespace: 'customer'}
    = render partial: 'form_fields', locals: {namespace: 'translator'}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/registrations/_form.html.slim