Sha256: 871c0bfc72620600e3c617f21b7457794a923303ab77571cc455d4c680a0b053

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 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().init({reminderCallback: reminderEmail});
    });
  </script>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woople-theme-0.6.19 spec/dummy/app/views/browse/organization_dashboard.html.erb
woople-theme-0.6.18 spec/dummy/app/views/browse/organization_dashboard.html.erb
woople-theme-0.6.17 spec/dummy/app/views/browse/organization_dashboard.html.erb