View comments for draft text

This commit is contained in:
Amaia Castro
2017-01-10 17:25:02 +01:00
parent 7d8c3bd39c
commit 4f539b374f
11 changed files with 112 additions and 3 deletions

View File

@@ -224,6 +224,15 @@ en:
title: How I can comment this document?
legislation:
annotations:
comments:
see_all: See all
see_complete: See complete
comments_count:
one: "%{count} comment"
other: "%{count} comments"
replies_count:
one: "%{count} reply"
other: "%{count} replies"
index:
title: Comments
comments_about: Comments about
@@ -243,6 +252,7 @@ en:
seeing_changelog_version: Revision changes summary
see_text: See text draft
show:
loading_comments: Loading comments
seeing_version: You're seeing draft version
select_draft_version: Select draft
select_version_submit: see

View File

@@ -224,6 +224,15 @@ es:
title: "¿Cómo puedo comentar este documento?"
legislation:
annotations:
comments:
see_all: Ver todos
see_complete: Ver completo
comments_count:
one: "%{count} comentario"
other: "%{count} comentarios"
replies_count:
one: "%{count} respuesta"
other: "%{count} respuestas"
index:
title: Comentarios
see_in_context: Ver en contexto
@@ -243,6 +252,7 @@ es:
seeing_changelog_version: Resumen de cambios de la revisión
see_text: Ver borrador del texto
show:
loading_comments: Cargando comentarios
seeing_version: Estás viendo la revisión
select_draft_version: Seleccionar borrador
select_version_submit: ver

View File

@@ -103,6 +103,7 @@ Rails.application.routes.draw do
get :changes
resources :annotations do
get :search, on: :collection
get :comments
end
end
end