Added real html header.

This commit is contained in:
Martin Edenhofer 2012-10-28 14:45:47 +01:00
parent 1d463a9a4a
commit 7a432d4666

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>...</title>
<title><%= Setting.get('product_name') %></title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>