Sha256: 6efa8c4d3d2d81d393d8fb1eab166b81305b0e01da573f15d85b3a8dcf0dd9ba

Contents?: true

Size: 1.36 KB

Versions: 5

Compression:

Stored size: 1.36 KB

Contents

<h3>Transfer <%= link_to Kaui.bundle_key_display_string.call(@bundle.external_key), Kaui.bundle_home_path.call(@bundle.external_key) 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

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.1.5 app/views/kaui/bundles/transfer.html.erb
kaui-0.1.4 app/views/kaui/bundles/transfer.html.erb
kaui-0.1.3 app/views/kaui/bundles/transfer.html.erb
kaui-0.1.2 app/views/kaui/bundles/transfer.html.erb
kaui-0.1.0 app/views/kaui/bundles/transfer.html.erb