We had inconsistent indentation in many places. Now we're fixing them and adding a linter to our CI so we don't accidentally introduce inconsistent indentations again.
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
<div class="small-12 medium-4 column">
|
|
<%= tag.p(**options) do %>
|
|
<%= text %> <br>
|
|
<span class="number"><%= amount %></span>
|
|
<% end %>
|
|
</div>
|