From 6b15acb745cf7ef0ab43bfede9ca2d8e192a4081 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 29 Apr 2016 11:21:06 -0300 Subject: [PATCH] Add article edit button --- src/app/article/article.html | 3 +++ src/languages/en.json | 1 + src/languages/pt.json | 1 + 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/app/article/article.html b/src/app/article/article.html index 1204ae1..15b5ce0 100644 --- a/src/app/article/article.html +++ b/src/app/article/article.html @@ -4,6 +4,9 @@
+ + {{"article.actions.edit" | translate}} +
diff --git a/src/languages/en.json b/src/languages/en.json index 543cbe9..4c69197 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -36,6 +36,7 @@ "comment.post.success.title": "Good job!", "comment.post.success.message": "Comment saved!", "comment.reply": "reply", + "article.actions.edit": "Edit", "article.basic_editor.title": "Title", "article.basic_editor.body": "Body", "article.basic_editor.save": "Save", diff --git a/src/languages/pt.json b/src/languages/pt.json index f171f36..01b5d2f 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -36,6 +36,7 @@ "comment.post.success.title": "Bom trabalho!", "comment.post.success.message": "Comentário salvo com sucesso!", "comment.reply": "responder", + "article.actions.edit": "Editar", "article.basic_editor.title": "Título", "article.basic_editor.body": "Corpo", "article.basic_editor.save": "Salvar", -- libgit2 0.21.2