Fix bug.
This commit is contained in:
parent
08c3602daf
commit
05d79cf30b
|
@ -105,7 +105,7 @@
|
||||||
<div class="rgbody">
|
<div class="rgbody">
|
||||||
<div class="gallery-info">
|
<div class="gallery-info">
|
||||||
<h3><%= @album.name %></h3>
|
<h3><%= @album.name %></h3>
|
||||||
<p class="muted"><%= @album.description.html_safe %></p>
|
<p class="muted"><%= @album.description.to_s.html_safe %></p>
|
||||||
</div>
|
</div>
|
||||||
<ul id="imgholder" class="gallery clearfix" data-gallery-id="<%= @album.id.to_s %>">
|
<ul id="imgholder" class="gallery clearfix" data-gallery-id="<%= @album.id.to_s %>">
|
||||||
<% @images.each do |image| %>
|
<% @images.each do |image| %>
|
||||||
|
|
Loading…
Reference in New Issue