fixed titles
This commit is contained in:
@@ -7,3 +7,8 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -24,3 +24,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Advertisements - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -7,3 +7,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-advertisements">
|
||||
<div id="a-show">
|
||||
<h1>Show Advertisement</h1>
|
||||
<h1>Advertisement</h1>
|
||||
|
||||
<%= image_tag(@advertisement.image_url, :width => @advertisement.preview_width, :height => @advertisement.preview_height) %>
|
||||
|
||||
@@ -10,5 +10,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user