Sha256: 6e65582781b3f7353a5688f8bb48698fb8842f14461993584fa72cdbca8e3f9c

Contents?: true

Size: 846 Bytes

Versions: 30

Compression:

Stored size: 846 Bytes

Contents

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

<%= simple_form_for(@question, :validate => true) do |f| -%>
  <%= f.error_notification -%>

  <div class="field">
    <%= f.label t('activerecord.models.user') -%><br />
    <%= link_to @question.user.username, @question.user -%>
  </div>

  <div class="field">
    <%= f.label :body -%><br />
    <%= f.text_area :body, :class => 'resource_textarea' -%>
  </div>

  <div class="field">
    <%= f.label :shared -%>
    <%= f.check_box :shared -%>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.back'), user_questions_path(@question.user) -%></li>
  </ul>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
enju_question-0.1.0.pre11 app/views/questions/new.html.erb
enju_question-0.1.0.pre10 app/views/questions/new.html.erb
enju_question-0.1.0.pre9 app/views/questions/new.html.erb
enju_question-0.1.0.pre8 app/views/questions/new.html.erb
enju_question-0.1.0.pre7 app/views/questions/new.html.erb
enju_question-0.1.0.pre6 app/views/questions/new.html.erb
enju_question-0.1.0.pre5 app/views/questions/new.html.erb
enju_question-0.1.0.pre4 app/views/questions/new.html.erb
enju_question-0.1.0.pre3 app/views/questions/new.html.erb
enju_question-0.1.0.pre2 app/views/questions/new.html.erb
enju_question-0.1.0.pre app/views/questions/new.html.erb
enju_question-0.0.21 app/views/questions/new.html.erb
enju_question-0.0.20 app/views/questions/new.html.erb
enju_question-0.0.19 app/views/questions/new.html.erb
enju_question-0.0.18 app/views/questions/new.html.erb
enju_question-0.0.17 app/views/questions/new.html.erb
enju_question-0.0.16 app/views/questions/new.html.erb
enju_question-0.0.15 app/views/questions/new.html.erb
enju_question-0.0.14 app/views/questions/new.html.erb
enju_question-0.0.13 app/views/questions/new.html.erb