summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-19 19:01:18 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-19 19:01:18 +0200
commitb506556d804d20c12e460f5ebd949c4de3e393eb (patch)
tree2b74c40d6ad9179989745e485854a5d86b5faaa3 /app/views
parentbac8510cc5088af22ca3acff031b4280d4a1142e (diff)
Point the style sheet to the correct WIP version in tree
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 352fb66..f981fc1 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -10,7 +10,7 @@
10 <meta property="og:description" content="Der Chaos Computer Club ist eine galaktische Gemeinschaft von Lebewesen für Informationsfreiheit und Technikfolgenabschätzung." /> 10 <meta property="og:description" content="Der Chaos Computer Club ist eine galaktische Gemeinschaft von Lebewesen für Informationsfreiheit und Technikfolgenabschätzung." />
11 11
12 <title><%= page_title %></title> 12 <title><%= page_title %></title>
13 <link rel="stylesheet" href="<%= mtime_busted_path('/stylesheets/ccc_new.css') %>"> 13 <link rel="stylesheet" href="<%= mtime_busted_path('/stylesheets/ccc.css') %>">
14 <link rel="stylesheet" href="<%= mtime_busted_path('/stylesheets/glightbox.min.css') %>"> 14 <link rel="stylesheet" href="<%= mtime_busted_path('/stylesheets/glightbox.min.css') %>">
15 <script src="<%= mtime_busted_path('/javascripts/glightbox.min.js') %>"></script> 15 <script src="<%= mtime_busted_path('/javascripts/glightbox.min.js') %>"></script>
16 <script src="<%= mtime_busted_path('/javascripts/public.js') %>"></script> 16 <script src="<%= mtime_busted_path('/javascripts/public.js') %>"></script>