Sha256: d74756caf63a60d24cae4025315cefa390b628137f5f7b84a788ca0b2590eb52

Contents?: true

Size: 470 Bytes

Versions: 18

Compression:

Stored size: 470 Bytes

Contents

<!-- We can access the `current_page helper` in a layout -->
<span id="path"><%= current_page.path %></span>

<!-- Which is often just the `landable` helper forwarding things along: -->
<span id="path-via-decorator"><%= landable.path %></span>

<!-- If we access the body, it's not HTML-safe by default: -->
<div id="body"><%= landable.body %></div>

<!-- So you can choose for yourself if it should be: -->
<div id="body-unescaped"><%= landable.body.html_safe %></div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
landable-1.14.0 spec/dummy/app/views/priority/show.html.erb
landable-1.13.2 spec/dummy/app/views/priority/show.html.erb
landable-1.13.1 spec/dummy/app/views/priority/show.html.erb
landable-1.12.3 spec/dummy/app/views/priority/show.html.erb
landable-1.12.2 spec/dummy/app/views/priority/show.html.erb
landable-1.12.1 spec/dummy/app/views/priority/show.html.erb
landable-1.11.1 spec/dummy/app/views/priority/show.html.erb
landable-1.11.0 spec/dummy/app/views/priority/show.html.erb
landable-1.10.0.rc2 spec/dummy/app/views/priority/show.html.erb
landable-1.10.0.rc1 spec/dummy/app/views/priority/show.html.erb
landable-1.9.2 spec/dummy/app/views/priority/show.html.erb
landable-1.9.1 spec/dummy/app/views/priority/show.html.erb
landable-1.9.0 spec/dummy/app/views/priority/show.html.erb
landable-1.9.0.rc2 spec/dummy/app/views/priority/show.html.erb
landable-1.9.0.rc1 spec/dummy/app/views/priority/show.html.erb
landable-1.8.0 spec/dummy/app/views/priority/show.html.erb
landable-1.7.1.rc1 spec/dummy/app/views/priority/show.html.erb
landable-1.7.0 spec/dummy/app/views/priority/show.html.erb