Bug 32030: ERM - Switch 'description' and 'license info' to textarea
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
8c32f186d5
commit
48c1c03127
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="agreement_description">Description: </label>
|
||||
<input
|
||||
<textarea
|
||||
id="agreement_description"
|
||||
v-model="agreement.description"
|
||||
placeholder="Description"
|
||||
|
@ -149,7 +149,7 @@
|
|||
<label for="agreement_license_info"
|
||||
>License info:
|
||||
</label>
|
||||
<input
|
||||
<textarea
|
||||
id="agreement_license_info"
|
||||
v-model="agreement.license_info"
|
||||
placeholder="License info"
|
||||
|
|
Loading…
Reference in a new issue