Sha256: 6db5587e3e5956a1095ae75dec0badc3efc2afa8e3469e9b096ec56fd8721182
Contents?: true
Size: 1.03 KB
Versions: 37
Compression:
Stored size: 1.03 KB
Contents
<div class="flex flex-col"> <%%= render Avo::PanelComponent.new(name: "<%= human_name %>") do |c| %> <%% c.tools do %> <%%= a_link('/avo', icon: 'heroicons/solid/academic-cap', color: :primary, style: :primary) do %> Dummy link <%% end %> <%% end %> <%% c.body do %> <div class="flex flex-col p-4 min-h-24"> <div class="space-y-4"> <h3>🪧 This partial is waiting to be updated</h3> <p> You can edit this file here <%= in_code "app/views/avo/resource_tools/#{file_name}.html.erb" %>. </p> <p> The resource tool configuration file should be here <%= in_code "app/avo/resource_tools/#{file_name}.rb" %>. </p> <%% # In this partial you have access to the following variables: # tool # @resource # @resource.record # params # Avo::Current.context # current_user %> </div> </div> <%% end %> <%% end %> </div>
Version data entries
37 entries across 37 versions & 1 rubygems