Amend translations
This commit is contained in:
@@ -8,24 +8,17 @@
|
||||
|
||||
<div class="comments-wrapper">
|
||||
<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 %>
|
||||
|
||||
<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' %>
|
||||
<% 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>
|
||||
|
||||
<%= f.hidden_field :quote %>
|
||||
<%= f.hidden_field :ranges %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="comment-footer">
|
||||
<a class="button strong" title="Ver todos" href="#">Ver todos</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -139,10 +139,12 @@ en:
|
||||
status: Status
|
||||
final_version: Final version
|
||||
legislation/question:
|
||||
title: "Title"
|
||||
title: Title
|
||||
question_options: Options
|
||||
legislation/question_option:
|
||||
value: "Value"
|
||||
value: Value
|
||||
legislation/annotation:
|
||||
text: Comment
|
||||
errors:
|
||||
models:
|
||||
user:
|
||||
|
||||
@@ -134,10 +134,12 @@ es:
|
||||
status: Estado
|
||||
final_version: Versión final
|
||||
legislation/question:
|
||||
title: "Título"
|
||||
title: Título
|
||||
question_options: Respuestas
|
||||
legislation/question_option:
|
||||
value: "Valor"
|
||||
value: Valor
|
||||
legislation/annotation:
|
||||
text: Comentario
|
||||
errors:
|
||||
models:
|
||||
user:
|
||||
|
||||
Reference in New Issue
Block a user