fixes
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<%= f.label :source, nil, :title => "You can enter a URL to have #{Danbooru.config.app_name} automatically download and process it" %>
|
<%= f.label :source, @post.try(:source), :title => "You can enter a URL to have #{Danbooru.config.app_name} automatically download and process it" %>
|
||||||
<%= f.text_field :source, :size => 50, :value => params[:url] %>
|
<%= f.text_field :source, :size => 50, :value => params[:url] %>
|
||||||
<%= button_tag "Similar", :id => "similar-button" %>
|
<%= button_tag "Similar", :id => "similar-button" %>
|
||||||
<%= button_tag "Artist", :id => "find-artist-button" %>
|
<%= button_tag "Artist", :id => "find-artist-button" %>
|
||||||
@@ -50,15 +50,15 @@
|
|||||||
<%= button_tag "Copyrights", :id => "related-copyrights-button" %>
|
<%= button_tag "Copyrights", :id => "related-copyrights-button" %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input">
|
||||||
|
<%= submit_tag "Submit", :class => "large" %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="related-tags-container">
|
<div id="related-tags-container">
|
||||||
<h1>Related Tags</h1>
|
<h1>Related Tags</h1>
|
||||||
<div id="related-tags">
|
<div id="related-tags">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input">
|
|
||||||
<%= submit_tag "Submit", :class => "large" %>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user