mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +08:00
change place of data-hook
This commit is contained in:
parent
9458f391e5
commit
503ee5b62e
1 changed files with 18 additions and 16 deletions
|
|
@ -54,7 +54,8 @@
|
|||
|
||||
<div data-hook="team-header-second-row"></div>
|
||||
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="col-xs-24 col-sm-12" data-hook="team-header-description">
|
||||
<div class="badge-icon bg-primary">
|
||||
<%= link_to team_description_path(@team, format: :json),
|
||||
remote: true,
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End of HEADER -->
|
||||
|
||||
<!-- USERS TABLE -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue