Sha256: 1ed96417ffed70cf55309e9def6ba18ffbde17efbc3a734e505b9bc390e65dbd
Contents?: true
Size: 684 Bytes
Versions: 3
Compression:
Stored size: 684 Bytes
Contents
<li id="spud_events_admin_calendar_legend_<%= calendar.id %>" class="spud_events_admin_calendar_legend_item"> <%= content_tag :span, calendar.title, :style => "background-color: \##{calendar.color};color:\##{calendar_fore_color(calendar.color)}"%> <div class="spud_events_admin_calendar_actions"> <%= link_to 'edit', edit_admin_calendar_path(calendar), :class => "btn btn-mini" %> <%= link_to 'delete', admin_calendar_path(calendar), :remote => true, :data => {:confirm => "This action can't be undone. Would you like to remove the calendar \"#{calendar.title}\"?"}, :method => :delete, :class => 'js-spud-calendar-delete-action btn btn-mini btn-danger' %> </div> </li>
Version data entries
3 entries across 3 versions & 1 rubygems