Archived
another big commit :D
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<%= javascript_include_tag "application" %>
|
||||
</head>
|
||||
<body>
|
||||
<%= render "/layouts/head" %>
|
||||
<%= "<div id='flash' class='alert'>#{alert}</div>".html_safe if alert %>
|
||||
<%= "<div id='flash' class='notice'>#{notice}</div>".html_safe if notice %>
|
||||
<div id="main-content">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
<div id="mobile-info">Sorry, we don't have a mobile style yet. It's all ugly for now.</div>
|
||||
<%= render "/layouts/head" %>
|
||||
<div id="main-content">
|
||||
<%= "<div id='alert' class='flash'>#{alert}</div>".html_safe if alert %>
|
||||
<%= "<div id='notice' class='flash'>#{notice}</div>".html_safe if notice %>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user