Add button to delete a poll

This commit is contained in:
decabeza
2019-05-14 16:46:56 +02:00
parent a1d6885132
commit e026412389
7 changed files with 77 additions and 4 deletions

View File

@@ -1016,7 +1016,7 @@ en:
polls:
index:
title: "List of polls"
no_polls: "There are no polls coming up."
no_polls: "There are no polls."
create: "Create poll"
name: "Name"
dates: "Dates"
@@ -1047,6 +1047,10 @@ en:
flash:
question_added: "Question added to this poll"
error_on_question_added: "Question could not be assigned to this poll"
destroy:
alert: "This action will remove the poll and all its associated questions."
success_notice: "Poll deleted successfully"
unable_notice: "You cannot delete a poll that has votes"
questions:
index:
title: "Questions"