Sha256: 888162d8d3a5287e370498fb1b876170ad23cf61d4c6309fe5beaf31d0a6c00f

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

<%= page_header title: 'Organization Dashboard', description: '' %>

<section id="organization-status">
  <%= status_alert @presenter.status_color, @presenter.status_description %>
</section>

<%= organization_accounts @presenter.accounts %>

<% content_for(:extra_javascript) do %>
  <script type="text/javascript">
    var reminderEmail = function(userId) {
      alert('Sending a reminder to: '+ userId);
    };
    $(function() {
        new OrganizationDashboardController({reminderCallback: reminderEmail});
    });
  </script>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woople-theme-0.6.14 spec/dummy/app/views/browse/organization_dashboard.html.erb