Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # skim template for new question form
- form class="new_question" id="new_question" enctype="multipart/form-data" action="/questions" accept-charset="UTF-8" data-remote="true" method="post" style="display: block;"
- input name="utf8" type="hidden" value="✓"
- table
- tbody
- tr
- td
- label for="question_title" Заголовок
- td
- input type="text" name="question[title]" id="question_title"
- tr
- td
- label for="question_body" Содержание
- td
- textarea name="question[body]" id="question_body"
- tr
- td colspan="6"
- p
- a data-target=".attaches" class="add_nested_fields" data-association="attaches" data-blueprint-id="attaches_fields_blueprint" href="javascript:void(0)" Add an attach
- p Вложения:
- div class="attaches"
- tr
- td class="create_question"
- input type="submit" name="commit" value="Create" data-disable-with="Create"
- td class="cancel_create_question"
- a href="/questions" Cancel
- div id="attaches_fields_blueprint" style="display: none" data-blueprint="<div class="fields"><label for="question_attaches_attributes_new_attaches_file">File</label><input type="file" name="question[attaches_attributes][new_attaches][file]" id="question_attaches_attributes_new_attaches_file" /><input type="hidden" value="false" name="question[attaches_attributes][new_attaches][_destroy]" id="question_attaches_attributes_new_attaches__destroy" /><a class="remove_nested_fields" data-association="attaches" href="javascript:void(0)">Remove this file</a></div>">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement