lib/generators/rails/templates/layout.html.erb in playmo-0.1.3 vs lib/generators/rails/templates/layout.html.erb in playmo-0.1.4
- old
+ new
@@ -19,10 +19,10 @@
<body id="<%%= page_id %>">
<%%= flash_messages %>
<div id="main-wrapper">
<header id="header">
- <h1><%%= link_to_unless_current 'Welcome aboard!!!', main_app.root_path %></h1>
+ <h1><%%= link_to_unless_current 'Welcome aboard!', main_app.root_path %></h1>
</header>
<div id="body">
<section id="content" class="content">
<%%= yield %>