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