summaryrefslogtreecommitdiff
path: root/app/views/layouts/location.rhtml
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicoo@ffgraz.net>2016-08-07 16:39:42 +0200
committerNicolas Braud-Santoni <nicoo@ffgraz.net>2016-08-07 16:39:42 +0200
commitb6ca062670b342344df08b53fb216db619ef42bc (patch)
tree7680ac6b407239f6b7272c937e42f688b8de542c /app/views/layouts/location.rhtml
Import legacy manman source
Copied from www.ffgraz.net
Diffstat (limited to 'app/views/layouts/location.rhtml')
-rw-r--r--app/views/layouts/location.rhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/layouts/location.rhtml b/app/views/layouts/location.rhtml
new file mode 100644
index 0000000..a3fb66d
--- /dev/null
+++ b/app/views/layouts/location.rhtml
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <title>Location: <%= controller.action_name %></title>
+ <%= stylesheet_link_tag 'scaffold' %>
+</head>
+<body>
+
+<p style="color: green"><%= flash[:notice] %></p>
+
+<%= yield %>
+
+</body>
+</html>