forked from e621ng/e621ng
Revert "move post desc to header at top"
This reverts commit 0ab51f3a83
.
This commit is contained in:
parent
0ab51f3a83
commit
e1c7fbc373
@ -60,9 +60,9 @@ a.blacklisted-active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#image-container h1.desc {
|
||||
font-size: 100%;
|
||||
color: #333;
|
||||
#image-container p.desc {
|
||||
font-size: 80%;
|
||||
color: grey;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<% if post.visible? %>
|
||||
<h1 class="desc" itemprop="description"><%= post.presenter.humanized_essential_tag_string %></h1>
|
||||
<%= image_tag(post.file_url_for(CurrentUser.user), :width => post.image_width_for(CurrentUser.user), :height => post.image_height_for(CurrentUser.user), :id => "image", "data-original-width" => post.image_width, "data-original-height" => post.image_height, "data-large-width" => post.large_image_width, "data-large-height" => post.large_image_height, "data-tags" => post.tag_string, :alt => post.presenter.humanized_essential_tag_string, "data-uploader" => post.uploader_name, "data-rating" => post.rating, "data-flags" => post.status_flags, "data-parent-id" => post.parent_id, "data-has-children" => post.has_children?, "data-has-active-children" => post.has_active_children?, "data-score" => post.score, "data-fav-count" => post.fav_count, "itemprop" => "contentUrl") %>
|
||||
<p class="desc" itemprop="description"><%= post.presenter.humanized_essential_tag_string %></p>
|
||||
<% end %>
|
||||
|
1339
db/structure.sql
1339
db/structure.sql
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user