Sha256: 56975b2fd774e2a80f1882e8efcd987d5c36fa6f84babe1dc0ebf4f43faf391b

Contents?: true

Size: 454 Bytes

Versions: 5

Compression:

Stored size: 454 Bytes

Contents

<%= content_tag(  :div,
                  :class => "sg-scenario__iframe is-loading",
                  :data => {
                    :view => "iframe"
                  }
                ) do %>

  <%= content_tag(  :iframe,
                    nil,
                    :width => "100%",
                    :scrolling => "no",
                    :src => "/scenario/#{scenario_id}/#{scenario_format}/for/#{node_path}"
                  ) %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
guide-0.5.0 app/views/guide/nodes/_scenario.html.erb
guide-0.4.1 app/views/guide/nodes/_scenario.html.erb
guide-0.4.0 app/views/guide/nodes/_scenario.html.erb
guide-0.3.2 app/views/guide/nodes/_scenario.html.erb
guide-0.3.1 app/views/guide/nodes/_scenario.html.erb