Sha256: fef7a1e55394cd1c40a60cfe5ed4fec656d1cadc4d8093544803c5ec19e03ade

Contents?: true

Size: 557 Bytes

Versions: 5

Compression:

Stored size: 557 Bytes

Contents

- @page_title = model.name + ' ' + t('snippet_file') + ' - ' + default_page_title

- render_region :main do |main|
  - main.header do
    %h1= model.name
.form_area
  - render_region :display_content do |display|
    - display.title do
      %p.title
        = t('name') + ':'
        = model.name
    - display.content do
      %p.content
        = t('body') 
        %br/
        ~ text_area_tag :content, model.content, :class => "textarea large", :style => "width: 95%"
- render_region :bottom do |bottom|
  - bottom.timestamp do
    = model.updated_at

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
radiant-snippets-extension-1.1.3 app/views/admin/snippet_files/show.html.haml
radiant-snippets-extension-1.1.2 app/views/admin/snippet_files/show.html.haml
radiant-snippets-extension-1.1.1 app/views/admin/snippet_files/show.html.haml
radiant-snippets-extension-1.1.0 app/views/admin/snippet_files/show.html.haml
radiant-snippets-extension-1.1.0.alpha app/views/admin/snippet_files/show.html.haml