Sha256: 72fa371f777b2148b42da566f2bb4b0b385ea803ee04c01dc642e343b8329d91

Contents?: true

Size: 366 Bytes

Versions: 32

Compression:

Stored size: 366 Bytes

Contents

#= require ../shared/form_view

Locomotive.Views.Translations ||= {}

class Locomotive.Views.Translations.FormView extends Locomotive.Views.Shared.FormView

  el: '#content'

  events:
    'submit': 'save'

  initialize: ->
    @model = new Locomotive.Models.Translation(@options.translation)

    Backbone.ModelBinding.bind @

  render: ->
    super()

    return @

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
locomotive_cms-2.5.7 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.6 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.6.rc2 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.6.rc1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.5 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.4 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.3 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.2 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.0 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.0.rc3 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.0.rc2 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.5.0.rc1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.4.1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.4.0 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.3.1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.3.0 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.2.3 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.2.2 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee
locomotive_cms-2.2.1 app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee