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

Version Path
woople-theme-0.10.0 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.9.0 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.19 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.18 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.17 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.16 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.15 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.14 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.13 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.12 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.11 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.10 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.9 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.8 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.7 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.6 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.5 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.4 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.3 app/views/woople-theme/dashboard/_account_user.html.erb
woople-theme-0.8.2 app/views/woople-theme/dashboard/_account_user.html.erb