Sha256: 40ec3005c73629915faa3cf164ff4ee4ca19f8ae747141e48ba7a74bca197d3a

Contents?: true

Size: 536 Bytes

Versions: 7

Compression:

Stored size: 536 Bytes

Contents

<h2>Contents</h2>
<p>
This directory contains a list of actions that are operating on
<%= @c.instance? ? 'instance-level' : 'resource-level' %>.
</p>
<table class="table table-striped table-bordered table-hover">
    <tr>
        <th>Action</th>
        <th>Description</th>
    </tr>
    <% @c.relevant_actions.each do |name| %>
        <% a = @c.resource.actions[name] -%>
        <tr>
            <th><a href="<%= name %>/help.html"><%= name %></a></th>
            <td><%= a.description %></td>
        </tr>
    <% end %>
</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 templates/help/html/resource_action_dir.erb
haveapi-fs-0.10.0 templates/help/html/resource_action_dir.erb
haveapi-fs-0.9.0 templates/help/html/resource_action_dir.erb
haveapi-fs-0.8.0 templates/help/html/resource_action_dir.erb
haveapi-fs-0.7.1 templates/help/html/resource_action_dir.erb
haveapi-fs-0.7.0 templates/help/html/resource_action_dir.erb
haveapi-fs-0.1.0 templates/help/html/resource_action_dir.erb