Sha256: 4b6cdd03f989e83c00d1f44f06418bcac933383dd8ad7b52b4fa07c5203f4d89

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

<div>
  <b><%= link_to following.actor.name, federails.client_actor_url(following.actor) %></b>
  (<%= following.actor.at_address %>) (<%= following.status %>)
  <% if following.pending? && following.target_actor == current_user.federails_actor %>
    <%= button_to 'Accept', federails.accept_client_following_path(following), method: :put %>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
federails-0.4.0 app/views/federails/client/followings/_follower.html.erb