add media to WowPet and pagination
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<% @wow_mounts.each do |mount| %>
|
||||
<div class="col-2 d-flex justify-content-center">
|
||||
<div class="card" style="width: 18rem;">
|
||||
<img src=<%= mount.asset_zoom %> class="card-img-top" alt="<%= mount.name %>-zoom-image">
|
||||
<img src=<%= mount.asset_zoom %> class="card-img-top" alt="mount-<%= mount.id %>-zoom-image">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title"><%= mount.name %></h5>
|
||||
<p class="card-text"><%= mount.description %></p>
|
||||
|
||||
Reference in New Issue
Block a user