Download benefit documents and upload completed forms
Download your health insurance benefit forms and information
<%= link_to download_path(type: "File", name: "public/docs/Health_n_Stuff.pdf"), class: "btn btn-primary btn-lg" do %> Download PDF <% end %>Download your dental insurance benefit forms and information
<%= link_to download_path(type: "File", name: "public/docs/Dental_n_Stuff.pdf"), class: "btn btn-success btn-lg" do %> Download PDF <% end %>Choose a file from your computer
| File Name | Size | Status |
|---|
| File Name | Size | Uploaded | Actions |
|---|---|---|---|
| <% icon_class = case File.extname(file[:name]).downcase when '.pdf' then 'bi-file-earmark-pdf text-danger' when '.doc', '.docx' then 'bi-file-earmark-word text-primary' when '.jpg', '.jpeg', '.png' then 'bi-file-earmark-image text-success' else 'bi-file-earmark' end %> <%= file[:name] %> | <%= number_to_human_size(file[:size]) %> | <%= file[:modified].strftime("%b %d, %Y at %I:%M %p") %> | <%= link_to download_path(type: "File", name: "public/data/#{file[:name]}"), class: "btn btn-sm btn-outline-primary" do %> Download <% end %> |