mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
8 lines
208 B
Ruby
8 lines
208 B
Ruby
|
module StorageLocationsHelper
|
||
|
def storage_locations_placeholder
|
||
|
"<div class=\"p-4 rounded bg-sn-super-light-blue\">
|
||
|
#{I18n.t('storage_locations.storage_locations_disabled')}
|
||
|
</div>"
|
||
|
end
|
||
|
end
|