Sha256: 6d0151a6356aba7ac267cbe2ff512d93d8a64e7944e122764c3c9f17be20ea39

Contents?: true

Size: 518 Bytes

Versions: 52

Compression:

Stored size: 518 Bytes

Contents

<div class="ih-row read-only">
	<div class="ih-span one-third">
		<%= report_filter.display_name %>
	</div>
	<div class="ih-span one-third">
		<%= render partial: '/clark_kent/report_filters/' + report_filter.filterable.filter_kind(report_filter.filter_name) + '_show', locals: {report_filter: report_filter} %>
	</div>
	<div class="ih-span right">
		<%= link_to 'edit', edit_report_filter_url(report_filter),
				data: {
					ajax_link: true,
					ajax_target: "#report_filter_#{report_filter.id}" } %>
	</div>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
clark_kent-0.9.9 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.8 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.7 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.6 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.5 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.4 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.2 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.1 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.9.0 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.11 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.10 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.9 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.8 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.7 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.6 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.5 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.4 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.3 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.2 app/views/clark_kent/report_filters/_show.html.erb
clark_kent-0.8.1 app/views/clark_kent/report_filters/_show.html.erb