Skip to content

Commit

Permalink
repo: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
puglet5 committed Nov 14, 2023
1 parent 459f421 commit b6c0fc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Michael Basmanov
Copyright (c) 2022-2023 Michael Basmanov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion app/views/users/_settings_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<% checked = @user.settings(:uploading).thumbnails ? "checked" : 0 %>
<%= su.check_box :thumbnails, { multiple: false, class: "w-4 h-4 bg-gray-100 border-gray-300 rounded text-primary-500 focus:ring-primary-500 focus:ring-1 ", checked: checked } %>
<label for="default-checkbox" class="ml-2 text-sm font-medium text-gray-700">Thumbnail generation</label>

<% end %>
</div>
<%= render Forms::PHelperComponent.new().with_content("Disable thumbnail generation when uploading images if you experience any problems") %>
Expand Down

0 comments on commit b6c0fc2

Please sign in to comment.