anthonymidili/EasyKeep

View on GitHub
app/views/reports/_select_month_or_year_form.html.haml

Summary

Maintainability
Test Coverage
= form_tag nil, class: :view_by_selection, method: :get do
  .row
    .small-12.columns
      %ul.inline-list
        %li
          %span
            = radio_button_tag 'view_by', :month, view_by == :month
            Quarterly Report
        %li
          %span
            = radio_button_tag 'view_by', :year, view_by == :year
            Yearly Report
        %li= submit_tag 'View By', class: 'tiny button radius', name: nil