mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 04:47:22 +08:00
Merge pull request #8165 from KlemenSciNote/kb_SCI-11467_data-e2e-reports
This commit is contained in:
commit
d02fc7c79f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="sci-input-container">
|
<div class="sci-input-container">
|
||||||
<%= label_tag :projectDescription, t('projects.reports.wizard.first_step.report_description') %>
|
<%= label_tag :projectDescription, t('projects.reports.wizard.first_step.report_description') %>
|
||||||
<%= text_area_tag :projectDescription, report.description, placeholder: t('projects.reports.wizard.first_step.report_description_placeholder'), class: 'sci-input-field' data: { e2e: "e2e-TX-reports-wizard-description"} %>
|
<%= text_area_tag :projectDescription, report.description, placeholder: t('projects.reports.wizard.first_step.report_description_placeholder'), class: 'sci-input-field', data: { e2e: "e2e-TX-reports-wizard-description"} %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue