Sha256: 740af6a917b3d737718c85695fcaf0405e3b08206e6d6db49af3583075cd2463

Contents?: true

Size: 613 Bytes

Versions: 2

Compression:

Stored size: 613 Bytes

Contents

<h1>Busca</h1>

<%= render 'search_form' %>

<p>
  <%= link_to "Voltar para features", features_cucumber_monitor_path %>
</p>

<div class="feature_container">
  <h4>Resultados da busca</h4>
  <div class="steps">
  <% @search_results.each do |step| %>
    <strong><%= step.description %></strong><br />
    <em>(Step: <%= step.description %>. Escopo: <%= step.parent.name %>. Feature: <%= link_to step.parent.feature.file, show_feature_cucumber_monitor_path(step.parent.feature.name) %>)</em>
    <hr /> 
  <% end %>
  </div>
</div>

<p>
  <%= link_to "Voltar para features", features_cucumber_monitor_path %>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber_monitor-0.0.2 app/views/cucumber_monitor/search.html.erb
cucumber_monitor-0.0.1 app/views/cucumber_monitor/search.html.erb