Skip to content

Commit

Permalink
Improve positioning of "structures" text
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 15, 2024
1 parent 635c93d commit 02273ad
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/views/lectures/edit/_structures.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<div class="row p-2">
<div class="col-12">
<h5>
<%= t('erdbeere.select_structures') %>
<%= helpdesk(t('erdbeere.info.structures'), false) %>
</h5>
</div>
</div>
<p>
<%= t('erdbeere.select_structures') %>
<%= helpdesk(t('erdbeere.info.structures'), false) %>
</p>
<%= form_with model: lecture,
html: { id: 'lecture-structures-form' } do |f| %>
<% all_structures.each do |s| %>
Expand Down

0 comments on commit 02273ad

Please sign in to comment.