Sha256: 4329fbccce5755911668beb2bf54faec4eacc8b68d8369f36207afd01f20504a

Contents?: true

Size: 1.35 KB

Versions: 42

Compression:

Stored size: 1.35 KB

Contents

<h3>Transfer <%= link_to Kaui.bundle_key_display_string.call(@bundle.external_key), Kaui.bundle_home_path.call(@bundle.bundle_id) if @bundle.external_key.present? %>&nbsp;</h3>
<%= form_tag do_transfer_bundle_path(@bundle.bundle_id), :class => "form-horizontal", :method => :put do %>
  <div class="control-group">
    <%= label_tag :current_owner, 'Current account', :class => "control-label" %>
    <div class="controls">
      <label class="checkbox">
        <%= link_to @account.name, Kaui.account_home_path.call(@account.external_key) %><br/>
        <%= link_to @account.email, Kaui.account_home_path.call(@account.external_key) %><br/>
        <%= link_to @account.external_key, Kaui.account_home_path.call(@account.external_key) %>
      </label>
    </div>
  </div>
  <div class="control-group">
    <label class="control-label" for="new_account_key">New Account</label>
    <div class="controls">
      <%= text_field_tag :new_account_key, nil, :class => "input-xlarge" %>
    </div>
  </div>
  <div class="control-group">
    <%= label_tag :comment, "Comment", :class => "control-label" %>
    <div class="controls">
      <%= text_area_tag :comment, "", :rows => 3, :class => 'input-xlarge' %>
    </div>
  </div>
  <div class="form-actions">
    <%= submit_tag "Change", :class => 'btn btn-primary' %>
    <%= link_to 'Back', :back, :class => 'btn' %>
  </div>
<% end %>

Version data entries

42 entries across 42 versions & 1 rubygems

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