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' %>