edit event from admin panel, show actual submitter and update event details
This commit is contained in:
parent
f905bb8f8f
commit
071cd81029
2 changed files with 7 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
= @event.subtitle
|
||||
|
||||
.span2
|
||||
= link_to "Edit", edit_conference_proposal_path(@conference.short_title, @event.id), :class => "btn btn-mini btn-primary"
|
||||
= link_to "Edit", edit_admin_conference_event_path(@conference.short_title, @event), :class => "btn btn-mini btn-primary"
|
||||
|
||||
.row-fluid
|
||||
.span12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue