Skip to content

Commit

Permalink
Add description to Programme field in guided create form for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
somathias authored and stuzart committed Oct 3, 2023
1 parent c7a7961 commit 17f4f99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/projects/guided_create/_programme_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<% else %>
<div id='programme-details' style="display:none;">
<% end %>
<div class="help-block">
Specify a title for a new <%= t('programme') %>, which your new <%= t('project') %> will be associated with.
</div>
<%= label_tag :programme_title, "Title" %><span class="required">*</span>
<%= text_field_tag 'programme[title]', '', class: 'form-control' %>
</div>

0 comments on commit 17f4f99

Please sign in to comment.