Sha256: 85b07b587f187a361dac031343185700de77626538241aed3e5c536fd75298c6

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

.row
  .col-md-10.col-md-offset-1
    = form_for @new_post, url: forum_topic_posts_path(forum, topic), role: 'form' do |form|
      .form-group= form.text_area :text, class: 'form-control'

      .pull-right
        = form.submit t('.quick_answer'), class: 'btn btn-primary'
        = link_to t('.advanced_answer'), '#', class: 'btn btn-primary'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta2 app/views/my_forum/topics/_quick_answer.haml
my_forum-0.0.1.beta1 app/views/my_forum/topics/_quick_answer.haml