Description:
add link to announcement management in main
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r651:23fc3f2d9ad1 - - 2 files changed: 1 inserted, 1 deleted

@@ -85,7 +85,6
85 85 end
86 86 end
87 87
88 -
89 88 protected
90 89
91 90 def submission_authorization
@@ -43,6 +43,7
43 43 .panel.panel-info
44 44 .panel-heading
45 45 Announcement
46 + = link_to 'Manage', announcements_path, class: 'btn btn-xs btn-default'
46 47 %ul.list-group
47 48 = render :partial => 'announcement', :collection => @announcements
48 49
You need to be logged in to leave comments. Login now