Sha256: 133ac3cc8946fec78f49580d95cabda15ddcbe925c4e64d60e77bbedc8ff64da

Contents?: true

Size: 537 Bytes

Versions: 8

Compression:

Stored size: 537 Bytes

Contents

<div class="srow read-only report-element">
	<div class="scol one-quarter">
		<%= report_email.name %> <span class="quiet">send</span> <%= report_email.when_to_send %>
	</div>
	<div class="scol one-quarter">
		<%= link_to 'edit', edit_report_email_url(report_email),
				data: {
					ajax_link: true,
					ajax_target: "#report_email_#{report_email.id}" } %>
	</div>
	<div class="scol one-quarter">
		<%= report_email.period_pretty %>
	</div>
	<div class="scol one-quarter">
		<%= display_for_value(report_email.emails) %>
	</div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
clark_kent-0.11.3 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.11.2 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.11.1 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.11.0 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.10.4 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.10.2 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.10.1 app/views/clark_kent/report_emails/_show.html.erb
clark_kent-0.10.0 app/views/clark_kent/report_emails/_show.html.erb