clean up templates a little
This commit is contained in:
parent
6e3bad10f8
commit
7e871b2366
3 changed files with 3 additions and 10 deletions
|
@ -14,9 +14,8 @@
|
|||
<span class="word name"><%= it.user.full_name || it.user.username %></span>
|
||||
<span class="word username">@<%= it.user.username %></span>
|
||||
</p>
|
||||
<p class="description"><%= description %>
|
||||
</p>
|
||||
</div>
|
||||
<p class="description"><%= description %></p>
|
||||
</div>
|
||||
<div class="graphics">
|
||||
<% if (it.user.avatar_url) { %>
|
||||
<img width="120" height="120" src="<%= it.user.avatar_url %>"></img>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue