Sha256: 31e8026351731c1ade7f982e2aa7b0aaec9d99274a11b715cdfd44682f2eede1

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

<dt>Emails:</dt>
<dd>       
  <% if account_emails.present? %>
    <% account_emails.each_with_index do |account_email, idx| %>
      <span><%= account_email.email %><% if idx < account_emails.length - 1 %>, <% end %></span>
    <% end %>
    <br/>
  <% end %>
  <%= link_to 'Add/Remove', account_email_path(account_id), :class => 'btn btn-mini' %>
</dd>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kaui-0.1.3 app/views/kaui/account_emails/_account_emails_table.html.erb