Sha256: 05b05afb482553294d96bd70c99fc6e520ec81d98ad3147cfe25e3f888684139
Contents?: true
Size: 620 Bytes
Versions: 52
Compression:
Stored size: 620 Bytes
Contents
<h1> Editing report: <%= @report.name %></h1> <%= link_to "← back to report index".html_safe, reports_url %> <div class="ih-row margin-top"> <div id="report_info_container"> <%= render partial: 'show' %> </div> </div> <% unless @report.new_record? %> <div class="well margin-top ih-row"> <%= render partial: '/clark_kent/report_filters/index', locals: {filterable: @report} %> </div> <div class="well margin-top ih-row"> <%= render partial: '/clark_kent/report_columns/index' %> </div> <div class="well margin-top ih-row"> <%= render partial: '/clark_kent/report_emails/index' %> </div> <% end %>
Version data entries
52 entries across 52 versions & 1 rubygems