mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
add data-hooks for billing
This commit is contained in:
parent
d3e0eca44e
commit
86351ce17d
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
<% provide(:head_title, t("users.settings.teams.head_title")) %>
|
||||
|
||||
<div data-hook="team_beginning"></div>
|
||||
|
||||
<%= render partial: "users/settings/navigation.html.erb" %>
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane tab-pane-settings" role="tabpanel"></div>
|
||||
|
@ -45,11 +47,13 @@
|
|||
</div>
|
||||
<div class="well well-sm">
|
||||
<span class="hidden-xs hidden-sm"><%= t("users.settings.teams.edit.header_space_taken") %></span>
|
||||
<strong><%= "#{number_to_human_size(@team.space_taken)}" %></strong>
|
||||
<strong data-hook="team_space_taken"><%= "#{number_to_human_size(@team.space_taken)}" %></strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-hook="team_header_second_row"></div>
|
||||
|
||||
<div>
|
||||
<div class="badge-icon bg-primary">
|
||||
<%= link_to team_description_path(@team, format: :json),
|
||||
|
@ -100,6 +104,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- End of USERS TABLE -->
|
||||
|
||||
<div data-hook="team_the_end"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue