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