Sha256: d9a741600d26f0b338169d542b9529f7c5f3560a3e42432abac64029ebbda41b

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

= effective_form_with(model: [:admin, permalink], engine: true) do |f|
  = f.text_field  :title,      required: true,  hint: 'Title of the permalink to be displayed'

  - current_url = (effective_pages.permalink_redirect_url(f.object) rescue nil)
  = f.text_field  :slug,       required: true,   hint: "The slug controls this permalink's internet address. Be careful, changing the slug will break links that other websites may have to the old address.<br>#{('This permalink is currently reachable via ' + link_to(current_url.gsub(f.object.slug, '<strong>' + f.object.slug + '</strong>').html_safe, current_url)) if current_url }".html_safe

  = f.text_field  :summary,    required: true,  hint: 'Summary explanation of the permalink not displayed'
  = f.url_field   :url,        required: false, hint: 'The link if redirecting to a website or specific page'
  = f.file_field  :attachment, required: false, hint: 'The attachment of the permalink if redirecting to a document, image or other file'

  = render 'effective/tags/fields', f: f

  = effective_submit(f)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
effective_pages-3.13.4 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.13.3 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.13.2 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.13.1 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.13.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.12.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.11.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.10.3 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.10.2 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.10.1 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.10.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.9.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.8.4 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.8.3 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.8.2 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.8.1 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.8.0 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.7.11 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.7.10 app/views/admin/permalinks/_form_permalink.html.haml
effective_pages-3.7.9 app/views/admin/permalinks/_form_permalink.html.haml