Sha256: 45b89aa40df9e67c84b71f10cfdeb9ead1c7213437e926d0f6808c10698b97df

Contents?: true

Size: 1 KB

Versions: 33

Compression:

Stored size: 1 KB

Contents

<script type="text/javascript" charset="utf-8">
$(function() {
  $(".developer").hide();
  $(".scenario .title").css('cursor','pointer');
});
</script>

<div class="feature">
  <div class="title">
    <a id="view" class="control" href="#">[More Detail]</a>
    <a id="expand" class="control" href="#">[Collapse All]</a>
    <div style="clear: right;"></div>
    <span class="pre"><%= @feature.keyword %>:</span>
    <span class="name"><%= @feature.value %></span>
  </div>

  <% if @feature.comments.length > 0 %>
  <div class="comments developer">
    <%= htmlify_with_newlines @feature.comments %>  
  </div>
  <% end %>

  <div class="description">
    <%= htmlify_with_newlines @feature.description %>
  </div>

  <div class="meta">
    <div class="file developer"><%= h(@feature.file) %></div>
    <div style="clear: right;"></div>
    <div class="tags developer">
      <% @feature.tags.each do |tag| %>
      <a href="<%= url_for tag %>"><%= tag.value %></a>
      <% end %>
    </div>
  </div>

  <%= yieldall %>
</div>

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
yard-lucid-0.5.0 lib/templates/default/feature/html/feature.erb
yard-gherkin-turnip-1.0.2 lib/templates/default/feature/html/feature.erb
yard-gherkin-turnip-1.0.1 lib/templates/default/feature/html/feature.erb
yard-gherkin-turnip-1.0.0 lib/templates/default/feature/html/feature.erb
yard-cucumber-4.0.0 lib/templates/default/feature/html/feature.erb
yard-lucid-0.4.0 lib/templates/default/feature/html/feature.erb
yard-lucid-0.3.0 lib/templates/default/feature/html/feature.erb
yard-lucid-0.2.0 lib/templates/default/feature/html/feature.erb
yard-lucid-0.1.0 lib/templates/default/feature/html/feature.erb
yard-cucumber-3.1.0 lib/templates/default/feature/html/feature.erb
yard-cucumber-3.0.0 lib/templates/default/feature/html/feature.erb
yard-cucumber2-2.3.4 lib/templates/default/feature/html/feature.erb
yard-cucumber2-2.3.3 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.3.2 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.3.1 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.3.0 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.2.3 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.2.2 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.2.1 lib/templates/default/feature/html/feature.erb
yard-cucumber-2.2.0 lib/templates/default/feature/html/feature.erb