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