Skip to content

Commit

Permalink
fix rspec errors
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanOrtizp committed Dec 3, 2020
1 parent 8199975 commit 43bc3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ edit_link(
<%= l debate.start_time, format: "%d" %> <span class="extra__month"> <%= l debate.start_time, format: "%B" %></span>
<div class="extra__time text-small"> <%= l debate.start_time, format: "%H:%M" %></span></div>
</div>
<%= icon "arrow-thin-right", class: "icon-arrow-thin-right"%>
<%= icon "arrow-thin-right", class: "icon-arrow-thin-right" %>
<div>
<%= l debate.end_time, format: "%d" %> <span class="extra__month"> <%= l debate.end_time, format: "%B" %></span>
<div class="extra__time text-small"> <%= l debate.end_time, format: "%H:%M" %></span></div>
Expand Down

0 comments on commit 43bc3f9

Please sign in to comment.