Sha256: ebf161686eb67152a7b3ae3db3ffef8ed88a0f437189f6716d3ad2885ee64766

Contents?: true

Size: 629 Bytes

Versions: 38

Compression:

Stored size: 629 Bytes

Contents

  <div id="report_column_container">
    <h3>Report Columns</h3>
    <div id="report_column_list" class="ih-row">
      <% for report_column in @report.report_columns %>
        <%= render partial: '/clark_kent/report_columns/show_wrapper', locals: {report_column: report_column} %>
      <% end %>
    </div>

    <div class="ih-row margin-top">
      <%= link_to 'Add a Column', new_report_column_url(report_id: @report.id), class: 'btn btn-primary', data: {ajax_link: "true", ajax_target: '#new_report_column_container'} %>
    </div>

    <div id="new_report_column_container" class="ih-row margin-top">

    </div>
  </div>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
clark_kent-0.8.6 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.8.5 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.8.4 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.8.3 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.8.2 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.8.1 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.7.1 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.7.0 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.6.1 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.6.0 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.5.0 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.4.4 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.4.3 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.4.2 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.4.1 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.4.0 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.3.2 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.3.1 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.3.0 app/views/clark_kent/report_columns/_index.html.erb
clark_kent-0.2.10 app/views/clark_kent/report_columns/_index.html.erb