Sha256: e956c44ef37e7cc99a446d63404727c9479a837d7c25f113aa7ad58caf18e67e

Contents?: true

Size: 253 Bytes

Versions: 11

Compression:

Stored size: 253 Bytes

Contents

Locomotive.Views.Translations ||= {}

class Locomotive.Views.Translations.IndexView extends Backbone.View

  el: '.main'

  initialize: ->
    @bulk_delete_view = new Locomotive.Views.Shared.BulkDeleteView()

  render: ->
    @bulk_delete_view.render()

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.2.0.alpha1 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.1.1 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.1.0 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.1.0.rc1 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.3 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.2 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.1 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.0 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.0.rc0 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee
locomotivecms-4.0.0.alpha3 app/assets/javascripts/locomotive/views/translations/index_view.js.coffee