mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-08 21:07:08 +10:00
#35 styling update
This commit is contained in:
@@ -37,7 +37,7 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
@include sans-serif;
|
||||
font-weight: 800;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<%- if @post.content.present? %>
|
||||
<%= @post.content.html_safe %>
|
||||
<div class="post-wrapper">
|
||||
<%= @post.content.html_safe %>
|
||||
</div>
|
||||
<div class="post-actions" data-read-url="<%= api_v1_post_view_path(@post) %>"></div>
|
||||
<%- else %>
|
||||
<p>暂时无法阅读该文章, 请点击<%= link_to '原文', @post.url %>浏览</p>
|
||||
|
||||
Reference in New Issue
Block a user