Sha256: bbe3fbb59749c670294db2cafb4172ee716d4b8b4599d179ae64195fc0776223

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

<%= render 'service', service: @service_presenter %>

<% @service_presenter.endpoints.each do |endpoint_prefix_group| %>
    <%= render partial: 'endpoint', collection: endpoint_prefix_group, as: :endpoint %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lurker-1.0.0 lib/lurker/templates/lurker/rendering/all.html.erb
lurker-0.6.12 lib/lurker/templates/lurker/rendering/all.html.erb
lurker-0.6.11 lib/lurker/templates/lurker/rendering/all.html.erb
lurker-0.6.10 lib/lurker/templates/lurker/rendering/all.html.erb