From 149013fcab660300e2c4c47ec8db524385094b93 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 22 Jun 2015 15:01:20 -0300 Subject: [PATCH] Adds missing translations for prject listing --- app/views/shared/_project_list.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_project_list.html.erb b/app/views/shared/_project_list.html.erb index c7808df..48f1224 100644 --- a/app/views/shared/_project_list.html.erb +++ b/app/views/shared/_project_list.html.erb @@ -12,10 +12,10 @@ <%= project.name %> <%= project.description %> - <%= link_to 'Show', project_path(project.id), class: 'btn btn-info' %> + <%= link_to t('show'), project_path(project.id), class: 'btn btn-info' %> <% if project_owner? project.id %> - <%= link_to 'Edit', edit_project_path(project.id), class: 'btn btn-info' %> + <%= link_to t('edit'), edit_project_path(project.id), class: 'btn btn-info' %> <% end %> -- libgit2 0.21.2