mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Merge pull request #474 from ZmagoD/zd_SCI_930_val2
adds hook to team name in the invitation template [fixes SCI-930]
This commit is contained in:
commit
2d41ae7bf8
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
<%= f.password_field :password_confirmation, autocomplete: "off", class: "form-control" %>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-group"
|
||||
data-hook="confirm-invitation-team-name">
|
||||
<%= label :team, :name, t('users.registrations.new.team_name_label') %>
|
||||
<% if @team %>
|
||||
<%= text_field :team, :name, class: 'form-control', value: @team.name %>
|
||||
|
|
Loading…
Reference in a new issue