Sha256: 4027b963e60c0ca4ea4b0b5d2939534f8862fe1d02b8016877c1a0fcbf0d6c55

Contents?: true

Size: 633 Bytes

Versions: 52

Compression:

Stored size: 633 Bytes

Contents

<div class="ih-span one-quarter">
	<%= @report.name %>
</div>
<div class="ih-span one-quarter">
	<span class="quiet">a row for every</span> <%= @report.resource_type_pretty.singularize %>
</div>
<div class="ih-span one-quarter">
	<span class="quite">shared with</span> <%= @report.sharing_scope_pretty %>
</div>
<div class="ih-span one-quarter right">
  <%= link_to 'clone', clone_report_url(@report),
      method: :post,
      style: 'margin-left: 10px',
      class: 'right' %>

	<%= link_to 'edit', edit_report_url(@report),
    data: {
			ajax_link: true,
			ajax_target: '#report_info_container' },
			class: 'right' %>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

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