Improve add buttons
This commit is contained in:
parent
1397ddce2f
commit
e65d639ca6
@ -20,7 +20,7 @@
|
|||||||
h4
|
h4
|
||||||
= t("puzzles.plural").capitalize
|
= t("puzzles.plural").capitalize
|
||||||
a.ms-3.btn.btn-primary href=new_contest_puzzle_path(@contest) style="margin-top: -3px"
|
a.ms-3.btn.btn-primary href=new_contest_puzzle_path(@contest) style="margin-top: -3px"
|
||||||
= t("contests.show.add_puzzle")
|
| + #{t("helpers.buttons.add")}
|
||||||
table.table.table-striped.table-hover
|
table.table.table-striped.table-hover
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
@ -71,7 +71,7 @@
|
|||||||
h4
|
h4
|
||||||
= t("contestants.plural").capitalize
|
= t("contestants.plural").capitalize
|
||||||
a.ms-3.btn.btn-primary href=new_contest_contestant_path(@contest) style="margin-top: -3px"
|
a.ms-3.btn.btn-primary href=new_contest_contestant_path(@contest) style="margin-top: -3px"
|
||||||
= t("contests.show.add_participant")
|
| + #{t("helpers.buttons.add")}
|
||||||
table.table.table-striped.table-hover
|
table.table.table-striped.table-hover
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
|
@ -76,6 +76,7 @@ en:
|
|||||||
plural: "teams"
|
plural: "teams"
|
||||||
helpers:
|
helpers:
|
||||||
buttons:
|
buttons:
|
||||||
|
add: "Add"
|
||||||
create: "Create"
|
create: "Create"
|
||||||
save: "Save"
|
save: "Save"
|
||||||
messages:
|
messages:
|
||||||
|
@ -47,6 +47,7 @@ fr:
|
|||||||
plural: "équipes"
|
plural: "équipes"
|
||||||
helpers:
|
helpers:
|
||||||
buttons:
|
buttons:
|
||||||
|
add: "Ajouter"
|
||||||
create: "Créer"
|
create: "Créer"
|
||||||
save: "Modifier"
|
save: "Modifier"
|
||||||
messages:
|
messages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user