Sha256: 01d3ed50784a232f358ea9ae0cb0bc60523c2749fec4ed19e882b08e3c75d43a
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
<div class="row"> <div class="col-md-12"> <table class="table table-striped"> <thead> <%= render partial: 'table_header' %> </thead> <tbody id="logs_table_body"> <%= render partial: 'raw_log', collection: @logs %> </tbody> <table> </div> </div> <div class="row"> <div class="col-md-12 text-center" id="paginator"> <%= paginate @logs, :remote => true %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
doc_log-0.0.3 | app/views/doc_log/raw_logs/index.html.erb |
doc_log-0.0.2 | app/views/doc_log/raw_logs/index.html.erb |