-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move create collaborator form from Admin::FormAnswers#edit to Admin::…
…Users#edit
- Loading branch information
1 parent
03e62ef
commit aaf94da
Showing
4 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
app/views/admin/form_answers/company_details/_user_accounts.html.slim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
.form-group | ||
.form-container | ||
label.form-label User accounts | ||
|
||
= render "admin/form_answers/collaborators/list" | ||
|
||
- if policy(resource).can_add_collaborators_to_application? | ||
= render "admin/form_answers/collaborators/form" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters