Skip to content

Commit

Permalink
Merge branch 'main' of github.com:work-design/rails_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Jan 10, 2025
2 parents 4376d60 + 0c01e88 commit d9dec38
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/views/sync/admin/items/_index/_button.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div data-switch-target="src" class="buttons are-small mb-0">
<%= button_to({ action: 'sync', **request.query_parameters.except(:id) }, class: 'button is-link') do %>
<i class="fa-solid fa-plus"></i>
<span class="pl-1"><%= t('.sync.title') %></span>
<% end %>
</div>
<%= button_to({ action: 'sync', **request.query_parameters.except(:id) }, class: 'button is-link') do %>
<i class="fa-solid fa-plus"></i>
<span class="pl-1"><%= t('.sync.title') %></span>
<% end %>

0 comments on commit d9dec38

Please sign in to comment.