diff --git a/app/views/admin/communication/blocks/new.html.erb b/app/views/admin/communication/blocks/new.html.erb index ccb47cc7d29fb72fdc95ccd35ab04af756ceb9cf..87f0e4fbcc2096e975e62ed5fe8354998601520e 100644 --- a/app/views/admin/communication/blocks/new.html.erb +++ b/app/views/admin/communication/blocks/new.html.erb @@ -5,7 +5,7 @@ <% @block.template = template %> <div class="col-lg-3 col-md-4"> <div class="card"> - <%= image_tag "communication/blocks/templates/#{template}.jpg", alt: '' %> + <%= image_tag "communication/blocks/templates/#{template}.jpg", alt: '', class:"card-img-top" %> <div class="card-body"> <h5 class="card-title"><%= t "enums.communication.block.template.#{template}" %></h5> <%= simple_form_for [:admin, @block] do |f| %>