Skip to content

Commit 670b0ae

Browse files
committed
link_to event/staff/proposal page from admin/user
event/proposal page can be viewed from the submitters only
1 parent a5a8b66 commit 670b0ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/users/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- talks.each do |proposal|
2525
%tr
2626
%td= link_to event.name, event
27-
%td= link_to proposal.title, [proposal.event, proposal]
27+
%td= link_to proposal.title, [proposal.event, :staff, proposal]
2828
%td= proposal.state
2929
%td= truncate(proposal.abstract, length: 80)
3030

0 commit comments

Comments
 (0)