|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<% if (hitokoto) { %> |
|
|
|
|
<h4 class="ui top attached block header">一言(ヒトコト)</h4> |
|
|
|
|
<div class="ui bottom attached center aligned segment"> |
|
|
|
|
<div style="margin-top: 5px; font-size: 1em; line-height: 1.5em; "><%= hitokoto.hitokoto %></div> |
|
|
|
|
<div style="font-size: 1em; line-height: 1.5em; "><%= hitokoto.hitokoto %></div> |
|
|
|
|
<% if (hitokoto.source) { %><div style="text-align: right; margin-top: 15px; font-size: 0.9em; color: #666; ">——<%= hitokoto.source %></div><% } %> |
|
|
|
|
</div> |
|
|
|
|
<% } %> |
|
|
|
|