Sha256: 497d0165f3d68f39e24e9c7a58f08b9dcb8ca46c1fb766496982cc9e712b0f29
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
#admin.panel - if admin? %h4 = t :admin %ul %li = link_to t(:add_event), droom.new_event_url, :class => "add", :remote => true, :data => {:action => "popup", :type => "html", :affected => ".events_list, .minimonth"} %li = link_to t(:add_document), droom.new_document_url, :class => "add", :remote => true, :data => {:action => "popup", :affected => "table.documents"} %li = link_to t(:add_person), droom.new_person_url, :class => "add", :remote => true, :data => {:action => "popup", :type => "html", :affected => "table.people"} %li = link_to t(:add_organisation), droom.new_organisation_url, :class => "add", :remote => true, :data => {:action => "popup", :affected => ".organisations_list"} %ul %li = link_to t(:manage_venues), droom.venues_url, :class => "edit notyet" %li = link_to t(:manage_folders), droom.folders_url, :class => "edit notyet" %li = link_to t(:manage_users), droom.users_url, :class => "edit notyet" %li = link_to t(:manage_groups), droom.groups_url, :class => "edit"
Version data entries
4 entries across 4 versions & 1 rubygems