File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11<% court_dates = casa_case.court_dates.includes(:hearing_type).ordered_ascending.load %>
2- <label > Court dates:</ label >
2+ <label > Court dates: </ label >
33<% if court_dates . empty? %>
44 No Court Dates
55<% else %>
66 < ul >
77 <% court_dates . each do |pcd | %>
88 < p >
9+
910 <%= link_to ( pcd . decorate . court_date_info , casa_case_court_date_path ( casa_case , pcd ) ) %>
11+ <%= render 'calendar_button' ,
12+ id : "court-date-#{ pcd . id } " ,
13+ title : "Court Date #{ pcd . casa_case . case_number } " ,
14+ date : {
15+ start : pcd . date . strftime ( "%Y-%m-%d" ) ,
16+ end : pcd . date . strftime ( "%Y-%m-%d" )
17+ } ,
18+ tooltip : "Add court date to calendar" %>
1019 <% if report = pcd . latest_associated_report %>
1120 <%= link_to ( rails_blob_path ( report , disposition : 'attachment' ) ) do %>
1221 (Attached Report)
You can’t perform that action at this time.
0 commit comments