Skip to content

Commit be6e236

Browse files
authored
Merge pull request #1052 from rubycentral/link_to_proposal_from_admin_users_show
link_to event/staff/proposal page from admin/user
2 parents a5a8b66 + 032fa11 commit be6e236

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)