Sha256: 9fec968240ee7d5cc038f3c860d37a4389aef724f7ace351390b63c5b6ac5c40

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

.container-fluid
  .row
    .span5.offset4
      %div#form.well
        = form_tag(@options[:url]) do
          %h1
            = @options[:title]
          - unless @options[:message].blank?
            %p.message
              = @options[:message].html_safe
          - unless @options[:warning].blank?
            %p.warning
              = @options[:warning].html_safe

          %p.controls
            - unless @do_not_do
              = submit_tag(@name.capitalize)
              or
              = link_to("<strong>Cancel</strong>".html_safe, @options[:return_url])
            - else
              = link_to("<strong>Ok</strong>".html_safe, @options[:return_url])

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/shared/generic.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/shared/generic.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/shared/generic.html.haml