We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5b81e commit 57857b6Copy full SHA for 57857b6
app/views/layouts/application.html.erb
@@ -1,16 +1,16 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title><%= Measurement::MEASUMENT_NAME %> Data Portal</title>
+ <title>Spatiotemporal Data Exploration Tool (SDET)</title>
5
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6
7
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
8
<%= javascript_include_tag "//www.google.com/jsapi" %>
9
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
10
11
<%= csrf_meta_tags %>
12
-</head>
13
-<p id="notice"><%= notice %></p>
+</head>
+<p id="notice"><%= notice %></p>
14
<body>
15
16
<%= yield %>
0 commit comments