templates/authentication/views/template/header.erb in gennaro-0.3.1.3 vs templates/authentication/views/template/header.erb in gennaro-0.3.2
- old
+ new
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="index, follow">
- <title><%= @title %></title>
+ <title><%= defined?(@title) ? "#{@title} | ${ClassName}" : '${ClassName}' %></title>
</head>
<body>
\ No newline at end of file