Font sizes
This commit is contained in:
parent
cde992a194
commit
435e94c186
2 changed files with 2 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div id="<%= dom_id element %>" class="mb-5">
|
||||
<%= turbo_frame_tag dom_id(element, :frame) do %>
|
||||
<div class="d-flex">
|
||||
<h3 class="">
|
||||
<h3 class="h4">
|
||||
<i class="bi bi-boxes">
|
||||
</i>
|
||||
<%= element.page.position %>.<%= element.position %>
|
||||
|
|
@ -23,9 +23,6 @@
|
|||
<% element.success_criteria.each do |sc| %>
|
||||
<%= render sc %>
|
||||
<% end %>
|
||||
<% if element.success_criteria.none? %>
|
||||
<p><i>Es sind (noch) keine Erfolgskriterien definiert.</i></p>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue