Sha256: b367b265d5ed0897a242ccdbfdb5e237ce77f5a4f83702367e78195ade2bc4aa

Contents?: true

Size: 541 Bytes

Versions: 55

Compression:

Stored size: 541 Bytes

Contents

<%= form_tag subscriptions_path, :class => "form-horizontal", :method => :get do %>
  <fieldset>
    <legend>Please enter subsciption id</legend>
    <div class="control-group">
      <label class="control-label" for="subscription_id">Subscription</label>
      <div class="controls">
        <%= text_field_tag 'subscription_id', nil, :class => "input-xlarge", :id => "subscription_id" %>
      </div>
    </div>
    <div class="form-actions">
      <%= button_tag "Search", :class =>"btn btn-primary" %>
    </div>
  </fieldset>
<% end %>

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
kaui-0.6.6 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.5 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.4 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.3 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.2 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.1 app/views/kaui/subscriptions/index.html.erb
kaui-0.6.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.5.3 app/views/kaui/subscriptions/index.html.erb
kaui-0.5.2 app/views/kaui/subscriptions/index.html.erb
kaui-0.5.1 app/views/kaui/subscriptions/index.html.erb
kaui-0.5.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.9 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.8 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.7 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.6 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.5 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.4 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.3 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.2 app/views/kaui/subscriptions/index.html.erb
kaui-0.4.1 app/views/kaui/subscriptions/index.html.erb