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