Sha256: b3931ab60a483b214560b41327077f8404c7a8378c4e5c6e5772d901f6d24864
Contents?: true
Size: 484 Bytes
Versions: 2
Compression:
Stored size: 484 Bytes
Contents
<h1>Listing actors</h1> <table> <thead> <tr> <th>Name</th> <th>Username</th> <th>Federation address</th> <th>Local?</th> <th></th> </tr> </thead> <tbody> <% @actors.each do |actor| %> <tr> <td><%= actor.name %></td> <td><%= actor.username %></td> <td><%= actor.at_address %></td> <td><%= actor.local? %></td> <td><%= link_to 'Show', federails.client_actor_url(actor) %></td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
federails-0.2.0 | app/views/federails/client/actors/index.html.erb |
federails-0.1.0 | app/views/federails/client/actors/index.html.erb |