Sha256: 0d39da4eedb479ff7b77b3a545061becabdc79e1f935f6884d4541fb0d3d5857

Contents?: true

Size: 555 Bytes

Versions: 19

Compression:

Stored size: 555 Bytes

Contents

<div id="active_<%= active.html_id %>" class="dragitem">
  <h4 class="handle"><%= active.display_name %></h4>
  <p><%= active.description %></p>
  <div class="space">
  <div><% active.class.fields.each do |row| -%>
    <%= row.line_html(active) %>
  <% end -%></div>
  <%= link_to_remote('remove',
        :url => {:action => 'remove', :id => active.id,
                 :element => "active_#{active.html_id}"},
        :before => "new Effect.Fade('active_#{active.html_id}')",
        :loading => "new Element.show('update_spinner')") %>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/sidebar/_active.html.erb
typo-5.4.2 app/views/admin/sidebar/_active.html.erb
typo-5.4.1 app/views/admin/sidebar/_active.html.erb
typo-5.4 app/views/admin/sidebar/_active.html.erb
typo-4.1.1 app/views/admin/sidebar/_active.rhtml
typo-5.0.2 app/views/admin/sidebar/_active.html.erb
typo-5.0.1 app/views/admin/sidebar/_active.html.erb
typo-4.1 app/views/admin/sidebar/_active.rhtml
typo-5.0.3.98.1 app/views/admin/sidebar/_active.html.erb
typo-5.0 app/views/admin/sidebar/_active.html.erb
typo-5.0.3.98 app/views/admin/sidebar/_active.html.erb
typo-5.1.1 app/views/admin/sidebar/_active.html.erb
typo-5.1.2 app/views/admin/sidebar/_active.html.erb
typo-5.1.3 app/views/admin/sidebar/_active.html.erb
typo-5.1 app/views/admin/sidebar/_active.html.erb
typo-5.1.98 app/views/admin/sidebar/_active.html.erb
typo-5.2 app/views/admin/sidebar/_active.html.erb
typo-5.2.98 app/views/admin/sidebar/_active.html.erb
typo-5.3 app/views/admin/sidebar/_active.html.erb