Skip to content

Commit

Permalink
Rollback new tag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJanik committed Dec 7, 2023
1 parent c5cfb6c commit 0d4664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tags_assignment/list_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="min-w-0 flex text-sm leading-6">
<%= label_tag "new_tag", class: "flex gap-2 select-none text-gray-900 cursor-pointer" do %>
<%= @tags_filter.filter_query %>
<span class="text-gray-500">(nový štítok)</span>
<span class="rounded-full px-2 py-0.5 ml-2 bg-gray-400 text-white">zaškrtnutím vytvoríte nový štítok</span>
<% end %>
<%= submit_tag "create_tag", id: "create_tag", formaction: @create_tag_path, formmethod: :post, class: "hidden" %>
</div>
Expand Down

0 comments on commit 0d4664f

Please sign in to comment.