Sha256: b10c99f83cb4b73c86bc2a07f505002bd341aa3e5885f634bd4d5caf89cc7710

Contents?: true

Size: 568 Bytes

Versions: 11

Compression:

Stored size: 568 Bytes

Contents

<%= form_tag subscriptions_path, :class => 'form-horizontal', :method => :get do %>
    <fieldset>
      <legend>Please enter subscription 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

11 entries across 11 versions & 1 rubygems

Version Path
kaui-0.11.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.10.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.9.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.8.4 app/views/kaui/subscriptions/index.html.erb
kaui-0.8.3 app/views/kaui/subscriptions/index.html.erb
kaui-0.8.2 app/views/kaui/subscriptions/index.html.erb
kaui-0.8.1 app/views/kaui/subscriptions/index.html.erb
kaui-0.8.0 app/views/kaui/subscriptions/index.html.erb
kaui-0.7.2 app/views/kaui/subscriptions/index.html.erb
kaui-0.7.1 app/views/kaui/subscriptions/index.html.erb
kaui-0.7.0 app/views/kaui/subscriptions/index.html.erb