add data-hooks for remove manage teams button

This commit is contained in:
Mojca Lorber 2017-02-21 15:39:08 +01:00
parent 0fd41e8a6d
commit ac0988ef32
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@
<div class="jumbotron">
<h2><%=t 'projects.index.no_teams.title' %></h2>
<p><%=t 'projects.index.no_teams.text' %></p>
<p>
<p data-hook="projects-manage-teams-button">
<%= link_to t('projects.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>
</p>
</div>

View file

@ -116,7 +116,7 @@
<div class="jumbotron">
<h2><%=t 'protocols.index.no_teams.title' %></h2>
<p><%=t 'protocols.index.no_teams.text' %></p>
<p>
<p data-hook="protocols-manage-teams-button">
<%= link_to t('protocols.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>
</p>
</div>