Skip to content

Commit

Permalink
Fix for issue24: Fixed the broken link view
Browse files Browse the repository at this point in the history
Fix for issue24: Fixed the broken link view
  • Loading branch information
JuanVqz authored Oct 12, 2023
2 parents 08a1e6b + 71daa37 commit 189873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/links/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h3 class="text-2xl"><%= media_type %></h3>
<ul class="list-disc">
<% snippets.each do |snippet| %>
<li class="<%= cycle("bg-white", "bg-black") %>"><%= text_area_tag(:ad, snippet.content, size: '50x10') %></li>
<li class="bg-white"><%= text_area_tag(:ad, snippet.content, size: '50x6') %></li>
<% end %>
</ul>
<% end %>
Expand Down

0 comments on commit 189873b

Please sign in to comment.