Sha256: 7fa90501fb6abdad7a865d916ed69765231a697bc3fd5b52061588d5528aed22

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

<%% div_for(<%= goal.s %>_small) do %>
<% goal.fields.each do |k, v| %>
  <div>
    <span><%= k %>:</span>
    <%%= <%= "#{goal.s}_small.#{k}" %> %>  
  </div>
<% end %>
<%% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mattknox-goaloc-0.4.0 lib/goaloc/generators/rails/_model_small.html.erb
mattknox-goaloc-0.4.1 lib/goaloc/generators/rails/_model_small.html.erb
mattknox-goaloc-0.4.2 lib/goaloc/generators/rails/_model_small.html.erb
mattknox-goaloc-0.4.4 lib/goaloc/generators/rails/_model_small.html.erb
mattknox-goaloc-0.4.5 lib/goaloc/generators/rails/_model_small.html.erb
mattknox-goaloc-0.4.7 lib/goaloc/generators/rails/_model_small.erb