Sha256: 444048d112fbef06357813726abe0a4329e7376a477f2e26def2b0961a6808a7

Contents?: true

Size: 294 Bytes

Versions: 12

Compression:

Stored size: 294 Bytes

Contents

<div>
    <h3>Servants</h3>
    <div class="actions">
        <a href="{ Master.url }/servants/new">_(New servant)</a>
    </div>
    <ul>
        <li sp:each="@servants |servant|">
            <a href="{ Master.url }/servants/{ servant.id }">{ servant.name }</a>
        </li>
    </ul>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spiderfw-0.6.5 apps/master/views/servants.shtml
spiderfw-0.6.4 apps/master/views/servants.shtml
spiderfw-0.6.3 apps/master/views/servants.shtml
spiderfw-0.6.2 apps/master/views/servants.shtml
spiderfw-0.6.1 apps/master/views/servants.shtml
spiderfw-0.6.0 apps/master/views/servants.shtml
spiderfw-0.5.19 apps/master/views/servants.shtml
spiderfw-0.5.18 apps/master/views/servants.shtml
spiderfw-0.5.17 apps/master/views/servants.shtml
spiderfw-0.5.16 apps/master/views/servants.shtml
spiderfw-0.5.15 apps/master/views/servants.shtml
spiderfw-0.5.14 apps/master/views/servants.shtml