Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<style>
.decidim-bar, th.decidim-bar, td.decidim-bar {
background-color: #FFFFFF !important;
}
</style>

<table class="main container">
<tr>
<td class="decidim-bar">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
table.button table td {
background: <%= organization_primary_color %> !important
}
.decidim-bar, th.decidim-bar, td.decidim-bar {
background-color: #FFFFFF !important;
}
</style>
<% end %>

Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ en:
events:
proposals:
author_confirmation_proposal_event:
email_intro: 'Your proposal " %{resource_title} " was successfully received and is now public. Thank you for participating ! You can view it here:'
email_intro: 'Your proposal " %{resource_title} " is live. Thank you for participating ! You can view it here:'
email_outro: You received this notification because you are the author of the proposal. You can unfollow it by visiting the proposal page (" %{resource_title} ") and clicking on " Unfollow ".
email_subject: Your proposal has been published!
notification_title: Your proposal <a href="%{resource_path}">%{resource_title}</a> is now live.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fr:
events:
proposals:
author_confirmation_proposal_event:
email_intro: 'Votre proposition « %{resource_title} » a été reçue avec succès et est maintenant publique. Merci pour votre participation ! Vous pouvez la consulter ici :'
email_intro: 'Votre proposition « %{resource_title} » est en ligne. Merci pour votre participation ! Vous pouvez la consulter ici :'
email_outro: Vous recevez cette notification car vous êtes l’auteur de la proposition. Vous pouvez vous désabonner en visitant la page de la proposition (« %{resource_title} ») et en cliquant sur « Ne plus suivre ».
email_subject: Votre proposition a été publiée !
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est maintenant en ligne.
Expand Down
Loading