This commit is contained in:
BoHung Chiu 2021-06-18 18:59:42 +08:00
parent 08c3602daf
commit 05d79cf30b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
<div class="rgbody">
<div class="gallery-info">
<h3><%= @album.name %></h3>
<p class="muted"><%= @album.description.html_safe %></p>
<p class="muted"><%= @album.description.to_s.html_safe %></p>
</div>
<ul id="imgholder" class="gallery clearfix" data-gallery-id="<%= @album.id.to_s %>">
<% @images.each do |image| %>