Sha256: 6a1d35279d4586bfea6d713de53c69a48124ef7dc2266ea43e7fd68d2a7d47dd
Contents?: true
Size: 952 Bytes
Versions: 24
Compression:
Stored size: 952 Bytes
Contents
<div class="row-fluid"> <div class="span8 user"> <%= link_to "#{image_tag account_user.image, size: '25x25'} <span class='name'>#{account_user.name}</span>".html_safe, account_user.member_dashboard_path %> </div> <div class="span2"> <%= status_alert account_user.status_color, account_user.status_description %> </div> <div class="span2 remind-column"> <button class="btn btn-primary" data-reminder-path="<%= account_user.reminder_path %>" data-error-message="<%= t('woople_theme.dashboards.organization.reminder.error')%>"> <span class="sent-message"> <i class="icon-ok icon-white"></i> <span><%= t('woople_theme.dashboards.organization.reminder.sent') %></span> </span> <span class="remind-message"> <i class="icon-envelope-alt icon-white"></i> <span><%= t('woople_theme.dashboards.organization.reminder.remind')%></span> </span> </button> </div> </div>
Version data entries
24 entries across 24 versions & 1 rubygems