Sha256: d1265e15628c2b0da2571ee10dec0ebf9f76b64ed0267be0c1b5f33c4dc31408

Contents?: true

Size: 780 Bytes

Versions: 15

Compression:

Stored size: 780 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.listing', model: t('activerecord.models.question')) -%></h1>
<div id="content_list">
  <%= form_for :questions, url: user_questions_path(@user), :html => {method: 'get'} do -%>
    <p>
      <%= label_tag :search_form_top, 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 ui-widget-content">
  <%= render 'solved_facet' -%>
  <ul>
    <li><%= link_to t('question.all'), questions_path -%></li>
  </ul>
  <%= render 'crd' -%>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
enju_question-0.3.2 app/views/questions/_index_user.html.erb
enju_question-0.3.1 app/views/questions/_index_user.html.erb
enju_question-0.3.0 app/views/questions/_index_user.html.erb
enju_question-0.3.0.beta.1 app/views/questions/_index_user.html.erb
enju_question-0.2.0 app/views/questions/_index_user.html.erb
enju_question-0.2.0.beta.4 app/views/questions/_index_user.html.erb
enju_question-0.2.0.beta.3 app/views/questions/_index_user.html.erb
enju_question-0.2.0.beta.2 app/views/questions/_index_user.html.erb
enju_question-0.2.0.beta.1 app/views/questions/_index_user.html.erb
enju_question-0.1.1 app/views/questions/_index_user.html.erb
enju_question-0.1.0 app/views/questions/_index_user.html.erb
enju_question-0.1.0.pre15 app/views/questions/_index_user.html.erb
enju_question-0.1.0.pre14 app/views/questions/_index_user.html.erb
enju_question-0.1.0.pre13 app/views/questions/_index_user.html.erb
enju_question-0.1.0.pre12 app/views/questions/_index_user.html.erb