Sha256: 024a63e0d56aeae8a68b11e00480b075fdf223350b02cc72ac56ef516e399bb9

Contents?: true

Size: 566 Bytes

Versions: 4

Compression:

Stored size: 566 Bytes

Contents

<div class="panel panel-default">
  <div class="panel-body">
    <a href="main" class="btn btn-large btn-primary" role="button">Enter Test App (Turbolinks)</a>

    <%# this doesn't REALLY test no Turbolinks, as there will still be a `window.Turbolinks` object,
        and a `turbolinks:load` event. It just tests as if the page we are navigating to were the FIRST
        page loaded under turbolinks %>
    <a href="main" class="btn btn-large btn-primary" role="button" data-turbolinks="false" data-no-turbolink>Enter Test App (No Turbolinks)</a>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
browse-everything-1.5.0 spec/dummy_test_app/app/views/file_handler/index.html.erb
browse-everything-1.4.0 spec/dummy_test_app/app/views/file_handler/index.html.erb
browse-everything-1.3.0 spec/dummy_test_app/app/views/file_handler/index.html.erb
browse-everything-1.2.0 spec/dummy_test_app/app/views/file_handler/index.html.erb