Sha256: 0753c068f5815e01982b2da2a44bba9f4f3371215cb2f88ce833d15ed29c82e4

Contents?: true

Size: 252 Bytes

Versions: 22

Compression:

Stored size: 252 Bytes

Contents

<h2>Multiple Choices</h2>

<p><em><%= @exception.message %></em></p>

<p>You may find what you seek by trying one of the following links:</p>

<ul>
  <% for choice, url in @exception.choices %>
    <li><%= link_to choice, url %></li>
  <% end %>
</ul>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
iqvoc-3.2.4 app/views/errors/multiple_choices.html.erb
iqvoc-3.2.3 app/views/errors/multiple_choices.html.erb