Sha256: 6000b8a8b73c4b0ba22856879714baf869d795193e4adc85f7363ae5859485fa

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

<p>Captures:</p>
<ul>
<% if captures.empty? %>
  <li>(none)</li>
<% end %>
<% captures.each do |capture| %>
  <li><a href="<%= uri("show/#{capture}") %>"><%= capture %></a> (<a href="<%= uri("destroy/#{capture}") %>">x</a>)</li>
<% end %>
</ul>

<p>See the <a href="<%= uri(:tutorial) %>">Tutorial</a> for help.</p>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tap-http-0.4.0 views/tap/http/capture/index.erb
tap-mechanize-0.6.0 views/tap/mechanize/capture/index.erb
tap-mechanize-0.5.0 views/tap/mechanize/capture/index.erb
tap-mechanize-0.5.1 views/tap/mechanize/capture/index.erb