We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac48038 commit 3873221Copy full SHA for 3873221
lib/flipper/ui/views/layout.erb
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <title><%= @page_title ? "#{@page_title} // " : "" %>Flipper</title>
+ <title><%= defined?(@page_title) ? "#{@page_title} // " : "" %>Flipper</title>
5
<meta charset="utf-8">
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
0 commit comments