Sha256: c28d92b185f5cba2ae2949c1b1da9dc4f82f800a8d0647aa65df8b2e5640d54d

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

- index_path = caminho_modelo(:index)
.gray_border.with_margin_bottom
  %h1= t("#{@model_presenter.model_name}.edit", default: t('carnival.edit'))
  .action_back
    = link_to t('back'), index_path, class: 'voltar carnival-action-button'
= render '/carnival/shared/form/form', button: t('update'), model_object: @model, model_presenter: @model_presenter, :url => @model_presenter.model_path(:show, :id => @model.id), :action => :edit

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
carnival-0.1.5 app/views/carnival/base_admin/edit.html.haml
carnival-0.1.3 app/views/carnival/base_admin/edit.html.haml
carnival-0.1.2 app/views/carnival/base_admin/edit.html.haml
carnival-0.1.1 app/views/carnival/base_admin/edit.html.haml
carnival-0.1.0 app/views/carnival/base_admin/edit.html.haml