Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandervanzuriak committed Nov 29, 2024
1 parent 847f32e commit e144e42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 9 additions & 3 deletions app/views/calculators/partials/_calculation_results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
<% results.each do |result| %>
<div>
<%= image_tag "#{formula_image}", class: "img-margin", alt: "icon" %>
<p class="dynamic-text-color"><%= result[:result] %></p>
<p class="text-2xl dynamic-text-color"><%= result[:unit] %></p>
<p class="diapers-font-text"><%= result[:label] %></p>
<p class="dynamic-text-color">
<%= result[:result] %>
</p>
<p class="text-2xl dynamic-text-color">
<%= result[:unit] %>
</p>
<p class="diapers-font-text">
<%= result[:label] %>
</p>
</div>
<% end %>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<%# TODO: Delete this if %>
<% if false %>
<section class="description-section">
<div class="description-block">
<div class="description-content-box">
<p data-type="description_block_html" class="description-text">
<%# TODO: Add description text and links %>
</p>
<div class="description-block">
<%# TODO: ADD text here %>
</div>
<div class="description-btn-box">
<%# TODO: Add discription btn link here %>
</div>
</div>
</section>
<% end %>

0 comments on commit e144e42

Please sign in to comment.