mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
update versions
This commit is contained in:
parent
9158da553d
commit
7bd27f42a0
294 changed files with 203127 additions and 170 deletions
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
|
||||
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -2,8 +2,9 @@ doctype html
|
|||
html
|
||||
head
|
||||
title Stadtratmonitor Leipzig
|
||||
meta[charset='utf-8']
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1.0")
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'vendor/modernizr'
|
||||
= csrf_meta_tags
|
||||
= auto_discovery_link_tag(:rss, params.merge(format: :rss))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue