Skip to content

Commit

Permalink
improve factory
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 1, 2024
1 parent bb0dd8e commit 68985fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/factory/admin/taxons/_base/_index_tbody.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<td><i class="fa-solid fa-fw fa-bars text-grey is-drawable"></i></td>
<td>
<i class="fa-solid fa-fw fa-bars text-grey is-drawable"></i>
<%= link_to({ action: 'show', id: model.id }, class: 'is-several') do %>
<%= image_tag model.logo, class: 'image is-32x32' if model.logo.attached? %>
<span><%= model.name %></span>
Expand Down
1 change: 1 addition & 0 deletions app/views/factory/admin/taxons/_base/_index_thead.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<th style="width: 1em"></th>
<th>
<p><%= Factory::Taxon.human_attribute_name(:name) %></p>
<% if @scenes.present? %>
Expand Down

0 comments on commit 68985fd

Please sign in to comment.