Sha256: d2c226e9f3ee82e40cf52e80956a0fe4de04df7fe9b1218ccfdaefc9acdc4aab

Contents?: true

Size: 527 Bytes

Versions: 34

Compression:

Stored size: 527 Bytes

Contents

<h2><%= title %></h2>
<h3>Ingredientes</h3>
<% if notes.present? %>
  <%= notes %>
<% end %>
<table class="table">
  <thead>
    <tr>
      <th scope="col">Ingrediente</th>
      <th scope="col">Medida</th>
    </tr>
  </thead>
  <tbody>
    <% ingredients.each do |ingredient| %>
      <tr>
        <th scope="row"><%= ingredient.name %></th>
        <td><%= ingredient.measure %></td>
      </tr>
    <% end %>
  </tbody>
</table>
<h3>Preparo</h3>
<ol>
  <% steps.each do |step| %>
    <li><%= step %></li>
  <% end %>
</ol>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
ehbrs-tools-0.43.1 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.43.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.42.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.39.1 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.39.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.38.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.37.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.36.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.35.1 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.35.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.34.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.33.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.32.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.31.1 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.31.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.30.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.29.0 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.28.3 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.28.2 template/ehbrs/cooking_book/build/recipe_page/part.html.erb
ehbrs-tools-0.28.1 template/ehbrs/cooking_book/build/recipe_page/part.html.erb