|
<%= account.name %>
|
<%= account.plan_name %>
|
<%= account.projects.size %>
|
<%= number_with_delimiter convert_duration(account.current_month_video_duration_total, from: :seconds, to: :minutes).round %> minutes
|
<%= number_with_delimiter convert_duration(account.video_duration_total, from: :seconds, to: :minutes).round %> minutes
|
<%= number_to_human_size account.storage_total %>
|
<%= time_ago_in_words(account.created_at) %> ago
|
<%= button_tag "Manage", class: "btn btn-light btn-sm dropdown-toggle border", data: { toggle: "dropdown", boundary: "window" }, aria: { haspopup: true, expanded: false } %>
|