mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-05 03:14:43 +08:00
Add override hooks [SCI-936]
This commit is contained in:
parent
db90c5d63b
commit
8b105aa030
1 changed files with 9 additions and 7 deletions
|
@ -13,12 +13,14 @@
|
|||
<% else %>
|
||||
<em><%= t("users.settings.teams.index.no_teams") %></em>
|
||||
<% end %>
|
||||
<%= link_to new_team_path, class: "btn btn-default", style: "margin-left: 30px;" do %>
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
<span class="hidden-xs">
|
||||
<%= t("users.settings.teams.index.new_team") %>
|
||||
</span>
|
||||
<% end %>
|
||||
<span id="new-team-button">
|
||||
<%= link_to new_team_path, class: "btn btn-default", style: "margin-left: 30px;" do %>
|
||||
<span class="glyphicon glyphicon-plus"></span>
|
||||
<span class="hidden-xs">
|
||||
<%= t("users.settings.teams.index.new_team") %>
|
||||
</span>
|
||||
<% end %>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<% if @member_of > 0 %>
|
||||
|
@ -29,7 +31,7 @@
|
|||
<th id="team-name"><%= t("users.settings.teams.index.thead_name") %></th>
|
||||
<th id="team-role"><%= t("users.settings.teams.index.thead_role") %></th>
|
||||
<th id="team-members"><%= t("users.settings.teams.index.thead_members") %></th>
|
||||
<th> </th>
|
||||
<th id="leave-team"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue