Sha256: b2be041b8c2912f0dcb2668f142e2358c57743062e130a242a142b00855a697e

Contents?: true

Size: 1.04 KB

Versions: 135

Compression:

Stored size: 1.04 KB

Contents

<div class="flex flex-col">
  <%%= render Avo::PanelComponent.new(name: "<%= human_name %>") do |c| %>
    <%% c.with_tools do %>
      <%%= a_link('/avo', icon: 'heroicons/solid/academic-cap', color: :primary, style: :primary) do %>
        Dummy link
      <%% end %>
    <%% end %>

    <%% c.with_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

135 entries across 135 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.18.1 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.18.0.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.18.0 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.9.beta2 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.9.beta1 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.9.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.9 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.8.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.8 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.7 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.6.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.6 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.5 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.3 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.5.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.4.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.3.tw4 lib/generators/avo/templates/resource_tools/partial.tt
avo-3.17.2.tw4 lib/generators/avo/templates/resource_tools/partial.tt