mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
add data-hooks for remove manage teams button
This commit is contained in:
parent
0fd41e8a6d
commit
ac0988ef32
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue