Sha256: 11a439f377de1bd7e7ca16724ac73f5b15bcb31d33667de6e0f4f296997b7b9c
Contents?: true
Size: 759 Bytes
Versions: 8
Compression:
Stored size: 759 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 => 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"> <%= render 'solved_facet' -%> <ul> <li><%= link_to t('question.all'), questions_path -%></li> </ul> <%= render 'crd' -%> </div>
Version data entries
8 entries across 8 versions & 1 rubygems