Sha256: d34197e68bc6465438c1d9cbaca8c52b591e876bba9c716ffc5fd986e59df706

Contents?: true

Size: 1.19 KB

Versions: 16

Compression:

Stored size: 1.19 KB

Contents

<h1>Contact Us <small>Send us questions, problems, or comments</small></h1>

<%= form_tag(feedback_path(params[:request_id], :contact_id => params[:contact_id]) , :method => :post, :class => "feedback-form form-horizontal", :role => "form") do %>
    
    <div class="form-group">
        <label class="control-label col-sm-2" for="name">Your Name</label>
        <div class="controls col-sm-10">
          <input type="text" id="name" name="name" class="form-control">
        </div>
    </div>

    <div class="form-group">
        <label class="control-label col-sm-2" for="email">Your Email</label>
        <div class="controls col-sm-10">
          <input type="text" id="email" name="email" class="form-control">
        </div>
    </div>

    <div class="form-group">
        <label class="control-label col-sm-2" for="feedback">Question or Comment</label>
        <div class="controls col-sm-10">
          <textarea id="feedback" name="feedback" class="form-control" rows=6></textarea>
        </div>
    </div>


    <div class="form-group">
        <div class="controls col-sm-offset-2 col-sm-10">
          <button type="submit" class="btn btn-primary">Send</button>
        </div>
    </div>
    
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
umlaut-4.1.7 app/views/feedback/new.html.erb
umlaut-4.1.6 app/views/feedback/new.html.erb
umlaut-4.1.5 app/views/feedback/new.html.erb
umlaut-4.1.4 app/views/feedback/new.html.erb
umlaut-4.1.3 app/views/feedback/new.html.erb
umlaut-4.1.2 app/views/feedback/new.html.erb
umlaut-4.1.1 app/views/feedback/new.html.erb
umlaut-4.1.0 app/views/feedback/new.html.erb
umlaut-4.1.0.pre3 app/views/feedback/new.html.erb
umlaut-4.1.0.pre.2 app/views/feedback/new.html.erb
umlaut-4.1.0.pre.alpha.1 app/views/feedback/new.html.erb
umlaut-4.0.3 app/views/feedback/new.html.erb
umlaut-4.0.2 app/views/feedback/new.html.erb
umlaut-4.0.1 app/views/feedback/new.html.erb
umlaut-4.0.0 app/views/feedback/new.html.erb
umlaut-4.0.0.beta5 app/views/feedback/new.html.erb