From ac0988ef32e80b65d1e686bc2a46208e530603ba Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Tue, 21 Feb 2017 15:39:08 +0100 Subject: [PATCH] add data-hooks for remove manage teams button --- app/views/projects/index.html.erb | 2 +- app/views/protocols/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index a6535b6c9..58e47d5fa 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -99,7 +99,7 @@

<%=t 'projects.index.no_teams.title' %>

<%=t 'projects.index.no_teams.text' %>

-

+

<%= link_to t('projects.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>

diff --git a/app/views/protocols/index.html.erb b/app/views/protocols/index.html.erb index e23afb205..d428ed78e 100644 --- a/app/views/protocols/index.html.erb +++ b/app/views/protocols/index.html.erb @@ -116,7 +116,7 @@

<%=t 'protocols.index.no_teams.title' %>

<%=t 'protocols.index.no_teams.text' %>

-

+

<%= link_to t('protocols.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>