Sha256: 2fbe9ab47502c0316059b4c14c85f5bc12d20d3132273a26b8e11bcc08c9ea7a

Contents?: true

Size: 270 Bytes

Versions: 6

Compression:

Stored size: 270 Bytes

Contents

#comable-theme-editor
  .comable-theme-editor-filename
    = params[:path]
  .comable-theme-editor-window
    = code

= form_tag comable.file_admin_theme_path(@theme, path: params[:path]), id: 'comable-theme-editor-form', method: :put do
  = hidden_field_tag :code, nil

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
comable-backend-0.7.1 app/views/comable/admin/themes/_editor.slim
comable-backend-0.7.0 app/views/comable/admin/themes/_editor.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/themes/_editor.slim
comable-backend-0.7.0.beta1 app/views/comable/admin/themes/_editor.slim
comable-backend-0.6.0 app/views/comable/admin/themes/_editor.slim
comable_backend-0.5.0 app/views/comable/admin/themes/_editor.slim