summaryrefslogtreecommitdiff
path: root/app/views/content/_headline_image.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist-github@erdgeist.org>2025-01-28 22:40:06 +0100
committerGitHub <noreply@github.com>2025-01-28 22:40:06 +0100
commit85a01e35274b8d4d4165a7b26bd7986e211246bb (patch)
tree55453f8659825f7daa2af69ba94b514afdbbfed0 /app/views/content/_headline_image.html.erb
parent220c6f7bdfc0da33d4284495d6954b2b89f224f6 (diff)
parentdfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff)
Merge pull request #1 from erdgeist/deployed-state
Deployed state
Diffstat (limited to 'app/views/content/_headline_image.html.erb')
-rw-r--r--app/views/content/_headline_image.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/content/_headline_image.html.erb b/app/views/content/_headline_image.html.erb
index ac2e86a..71a4cb3 100644
--- a/app/views/content/_headline_image.html.erb
+++ b/app/views/content/_headline_image.html.erb
@@ -3,6 +3,12 @@
3 ("galleries/" + @page.node.unique_name) 3 ("galleries/" + @page.node.unique_name)
4) %> 4) %>
5 5
6<% if 1 < @images.length %>
7 <div class="right">
8 <%= "#{@images.length} #{t(:images)}" %>
9 </div>
10<% end %>
11
6<div class="shadowbox_images" style="display: none"> 12<div class="shadowbox_images" style="display: none">
7 <% @images.each do |image| %> 13 <% @images.each do |image| %>
8 <%= link_to "hallo", image.upload.url, :class => "shadowbox_image" %> 14 <%= link_to "hallo", image.upload.url, :class => "shadowbox_image" %>