Amend translations
This commit is contained in:
@@ -8,24 +8,17 @@
|
|||||||
|
|
||||||
<div class="comments-wrapper">
|
<div class="comments-wrapper">
|
||||||
<div class="comment-input">
|
<div class="comment-input">
|
||||||
<%= form_for [@process, @draft_version, Annotation.new], url: legislation_process_draft_version_annotations_path(@process, @draft_version), remote: true do |f| %>
|
<%= form_for Legislation::Annotation.new, url: legislation_process_draft_version_annotations_path(@process, @draft_version), remote: true do |f| %>
|
||||||
<%= f.text_area :text, autofocus: true %>
|
<%= f.text_area :text, autofocus: true %>
|
||||||
|
|
||||||
<div class="comment-actions">
|
<div class="comment-actions">
|
||||||
<a class="cancel-comment" href="#"><%= t('legislation.annotations.comments.cancel') %></a>
|
<a class="cancel-comment" href="#" data-cancel-annotation><%= t('legislation.annotations.comments.cancel') %></a>
|
||||||
<%= f.submit t('legislation.annotations.comments.publish_comment'), class: 'button strong publish-comment' %>
|
<%= f.submit t('legislation.annotations.comments.publish_comment'), class: 'button strong publish-comment' %>
|
||||||
<% if false %>
|
|
||||||
<a class="button strong publish-comment" title="<%= t('legislation.annotations.comments.publish_comment') %>" href="#"><%= t('legislation.annotations.comments.publish_comment') %></a>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= f.hidden_field :quote %>
|
<%= f.hidden_field :quote %>
|
||||||
<%= f.hidden_field :ranges %>
|
<%= f.hidden_field :ranges %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="comment-footer">
|
|
||||||
<a class="button strong" title="Ver todos" href="#">Ver todos</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -139,10 +139,12 @@ en:
|
|||||||
status: Status
|
status: Status
|
||||||
final_version: Final version
|
final_version: Final version
|
||||||
legislation/question:
|
legislation/question:
|
||||||
title: "Title"
|
title: Title
|
||||||
question_options: Options
|
question_options: Options
|
||||||
legislation/question_option:
|
legislation/question_option:
|
||||||
value: "Value"
|
value: Value
|
||||||
|
legislation/annotation:
|
||||||
|
text: Comment
|
||||||
errors:
|
errors:
|
||||||
models:
|
models:
|
||||||
user:
|
user:
|
||||||
|
|||||||
@@ -134,10 +134,12 @@ es:
|
|||||||
status: Estado
|
status: Estado
|
||||||
final_version: Versión final
|
final_version: Versión final
|
||||||
legislation/question:
|
legislation/question:
|
||||||
title: "Título"
|
title: Título
|
||||||
question_options: Respuestas
|
question_options: Respuestas
|
||||||
legislation/question_option:
|
legislation/question_option:
|
||||||
value: "Valor"
|
value: Valor
|
||||||
|
legislation/annotation:
|
||||||
|
text: Comentario
|
||||||
errors:
|
errors:
|
||||||
models:
|
models:
|
||||||
user:
|
user:
|
||||||
|
|||||||
Reference in New Issue
Block a user