Sha256: 170536c9ff7aa0d99fa6946fc062358c1f2f2c0d5dfddad50e7022a3ad584588
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 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', kaui_engine.account_email_path(account_id), :class => 'btn btn-xs' %> </dd>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kaui-0.11.0 | app/views/kaui/account_emails/_account_emails_table.html.erb |
kaui-0.10.0 | app/views/kaui/account_emails/_account_emails_table.html.erb |