<%args>
$item
$action
</%args>
<%doc>
=head2 button

This is a generic button, which performs an action on an object.

=cut

</%doc>
<a class="action" href="<%$base%>/<%$item->table%>/<%$action%>/<%$item->id%>">
  <% $action %></a>
