improvements to intro page
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<div id="c-explore-posts">
|
<div id="c-explore-posts">
|
||||||
<div id="a-intro">
|
<div id="a-intro">
|
||||||
<header>
|
<header>
|
||||||
<h1>Danbooru</h1>
|
<h1><%= Danbooru.config.app_name %></h1>
|
||||||
<p class="byline">Find good anime art fast</p>
|
<p class="byline">Find good anime art fast</p>
|
||||||
|
|
||||||
<%= form_tag(posts_path, :method => :get) do %>
|
<%= form_tag(posts_path, :method => :get) do %>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
<%= stylesheet_link_tag "application", :media => "screen" %>
|
<%= stylesheet_link_tag "application", :media => "screen" %>
|
||||||
<%= javascript_include_tag "application" %>
|
<%= javascript_include_tag "application" %>
|
||||||
<%= Danbooru.config.custom_html_header_content %>
|
<%= Danbooru.config.custom_html_header_content %>
|
||||||
|
<meta name="enable-auto-complete" content="<%= CurrentUser.user.enable_auto_complete %>">
|
||||||
<%= yield :html_header %>
|
<%= yield :html_header %>
|
||||||
</head>
|
</head>
|
||||||
<body lang="en">
|
<body lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user