Removed not needed date atribute in Ride info
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<h2>Ride info</h2>
|
||||
<div class="content">
|
||||
<% if( data !== undefined ) {%>
|
||||
<p>Date: <%= data.date %></p>
|
||||
<p>From: <%= data.start_point %></p>
|
||||
<p>To: <%= data.end_point %></p>
|
||||
<p>RoutID <%= data.route_id %></p>
|
||||
|
||||
Reference in New Issue
Block a user