Sha256: 01b0464b4664f72ccd324cf12aa80cfeff8a55a794121af702158f6c891ac05b

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

<div class="form-group">
  <%= f.label :title %>
  <%= f.text_field :title %>
</div>

<div class="form-group">
  <%= f.label :graph_type %>
  <%= f.select :graph_type, Prosperity::Graph::VALID_GRAPH_TYPES %>
</div>

<div class="form-group">
  <%= f.label :period %>
  <%= f.select :period, Prosperity::Periods::ALL.keys %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prosperity-0.0.11 app/views/prosperity/graphs/_common_fields.html.erb
prosperity-0.0.10 app/views/prosperity/graphs/_common_fields.html.erb
prosperity-0.0.9 app/views/prosperity/graphs/_common_fields.html.erb
prosperity-0.0.8 app/views/prosperity/graphs/_common_fields.html.erb