| <%= t("officing.poll_budgets.index.ballot_sheet_name") %> | <%= t("officing.poll_budgets.index.ballot_sheet_author") %> | <%= t("officing.poll_budgets.index.ballot_sheet_creation_date") %> |
|---|---|---|
| <%= link_to t("officing.poll_budgets.index.ballot_sheet", id: ballot_sheet.id), officing_poll_ballot_sheet_path(@poll.id, ballot_sheet.id) %> | <%= ballot_sheet.author %> | <%= l(ballot_sheet.created_at, format: :long) %> |