Sha256: f0897683dcc7c652b6099dac519e1f2fcb09feb839429ca7b300be91beb1eb6c

Contents?: true

Size: 719 Bytes

Versions: 19

Compression:

Stored size: 719 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.question')) -%></h1>

<div id="content_list">
  <%= form_for :questions, :url => questions_path, :html => {:method => 'get'} do -%>
    <p>
      <%= t('page.search_term') -%>: <%= search_field_tag 'query', h(@query), {:id => 'search_form_top', :class => 'search_form', :placeholder => t('page.search_term')} -%>
      <%= submit_tag t('page.search') -%>
    </p>
  <%- end -%>

  <%= render 'list' -%>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <%= render 'solved_facet' -%>
  <ul>
    <li><%= link_to t('question.all'), questions_path %></li>
  </ul>
  <%= render 'crd' -%>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
enju_question-0.0.21 app/views/questions/_index.html.erb
enju_question-0.0.20 app/views/questions/_index.html.erb
enju_question-0.0.19 app/views/questions/_index.html.erb
enju_question-0.0.18 app/views/questions/_index.html.erb
enju_question-0.0.17 app/views/questions/_index.html.erb
enju_question-0.0.16 app/views/questions/_index.html.erb
enju_question-0.0.15 app/views/questions/_index.html.erb
enju_question-0.0.14 app/views/questions/_index.html.erb
enju_question-0.0.13 app/views/questions/_index.html.erb
enju_question-0.0.12 app/views/questions/_index.html.erb
enju_question-0.0.11 app/views/questions/_index.html.erb
enju_question-0.0.10 app/views/questions/_index.html.erb
enju_question-0.0.9 app/views/questions/_index.html.erb
enju_question-0.0.8 app/views/questions/_index.html.erb
enju_question-0.0.7 app/views/questions/_index.html.erb
enju_question-0.0.6 app/views/questions/_index.html.erb
enju_question-0.0.5 app/views/questions/_index.html.erb
enju_question-0.0.4 app/views/questions/_index.html.erb
enju_question-0.0.3 app/views/questions/_index.html.erb