Just show icons for the second column
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m29.1 13.1h-10.2v-10.1c0-1.5-1.3-2.8-2.8-2.8h-.2c-1.5 0-2.8 1.3-2.8 2.8v10.1h-10.2c-1.6 0-2.9 1.2-2.9 2.8v.2c0 1.5 1.3 2.8 2.8 2.8h10.2v10.3c0 1.5 1.3 2.8 2.8 2.8h.2c1.5 0 2.8-1.3 2.8-2.8v-10.3h10.2c1.5 0 2.8-1.3 2.8-2.8v-.2c0-1.5-1.3-2.8-2.8-2.8z"/></svg>
|
||||
|
Before Width: | Height: | Size: 325 B |
@@ -4,7 +4,6 @@
|
||||
</div>
|
||||
|
||||
<span class="card__meta-text card__meta-text--added">
|
||||
<%= icon_tag "add--meta" %>
|
||||
Added <%= local_datetime_tag(card.created_at, style: :daysago) %>
|
||||
<% if card.drafted? %>
|
||||
<strong>(Draft)</strong>
|
||||
@@ -12,7 +11,6 @@
|
||||
</span>
|
||||
|
||||
<span class="card__meta-text card__meta-text--author">
|
||||
<%= icon_tag "arrow-up" %>
|
||||
By <strong><%= card.creator.familiar_name %></strong>
|
||||
</span>
|
||||
|
||||
|
||||
@@ -4,13 +4,11 @@
|
||||
</div>
|
||||
|
||||
<span class="card__meta-text card__meta-text--added">
|
||||
<%= icon_tag "add--meta" %>
|
||||
<%= local_datetime_tag(card.created_at, style: :daysago) %>
|
||||
<% "(Draft)" if card.drafted? %>
|
||||
</span>
|
||||
|
||||
<span class="card__meta-text card__meta-text--author">
|
||||
<%= icon_tag "arrow-up" %>
|
||||
<%= card.creator.familiar_name %>
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user