Skip to content

Commit

Permalink
Merge pull request #2876 from tvdeyen/fix-picture-description-languag…
Browse files Browse the repository at this point in the history
…e-select

fix language scope in picture description field
  • Loading branch information
tvdeyen authored May 16, 2024
2 parents 6998014 + ca5bf09 commit b9a48a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="input">
<% if Alchemy::Language.many? %>
<% if Alchemy::Language.published.many? %>
<label class="inline-label" style="float: right">
<%= Alchemy::Language.model_name.human %>
<%= select_tag :language_id, options_from_collection_for_select(
Expand Down

0 comments on commit b9a48a8

Please sign in to comment.