Commit 5aa9236799a602e55731e46ce6d350387d3c1372
1 parent
f2f8e3b1
Exists in
master
and in
29 other branches
ActionItem929: minor visual enhancements
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/content_viewer/image_gallery.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | |
6 | 6 | <div class="image-gallery"> |
7 | - <p><%= button(:slideshow, _('View as slideshow'), @page.url.merge(:slideshow => true))%></p> | |
7 | + <p><%= button(:slideshow, _('View slideshow'), @page.url.merge(:slideshow => true))%></p> | |
8 | 8 | <ul> |
9 | 9 | <% @images.each do |a| %> |
10 | 10 | <li class="image-gallery-item"> | ... | ... |