Moves conference show #action to #edit action
This commit is contained in:
parent
89fb059aaa
commit
ab4d3021a2
9 changed files with 80 additions and 42 deletions
|
|
@ -1,3 +1,7 @@
|
|||
%ul
|
||||
- @conferences.each do |conference|
|
||||
%li= link_to conference.title, admin_conference_path(conference.short_title)
|
||||
.row
|
||||
%h1 Global Dashboard
|
||||
%hr
|
||||
.row
|
||||
%ul
|
||||
- @conferences.each do |conference|
|
||||
%li= link_to conference.title, admin_conference_path(conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue