Skip to content

Commit

Permalink
Clean up empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhorsey committed Jan 31, 2025
1 parent f9ceb6c commit db1a5d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<br /><br />

<%= pb_rails("progress_step", props: {orientation: "vertical"}) do %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "complete", classname: "tooltip-trigger-6", tooltip: "Tooltip step 1", step_direction: "vertical", tooltip_position: "left" }) do %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "complete", classname: "tooltip-trigger-6", tooltip: "Tooltip step 1", step_direction: "vertical", tooltip_position: "left" }) do %>
<% end %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "active", classname: "tooltip-trigger-7", tooltip: "Tooltip step 2", tooltip_position: "left"}) do %>
<% end %>
Expand All @@ -31,7 +31,7 @@

<br /><br>
<%= pb_rails("progress_step",props:{ variant:"tracker", icon:true}) do %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "complete", classname: "tooltip-trigger-10", tooltip: "The order has been received", step_direction: "horizontal" , tooltip_position: "right" }) do %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "complete", classname: "tooltip-trigger-10", tooltip: "The order has been received", step_direction: "horizontal" , tooltip_position: "right" }) do %>
<%= pb_rails("caption", props:{text: "Ordered"})%>
<% end %>
<%= pb_rails("progress_step/progress_step_item", props: {status: "active", classname: "tooltip-trigger-11", tooltip:"Item(s) have been shipped", tooltip_position: "right" }) do %>
Expand Down

0 comments on commit db1a5d0

Please sign in to comment.