links to R / UNR

This commit is contained in:
Sanj 2012-08-30 19:05:33 +05:30
parent 6be81cd5eb
commit 4cd706c928

View File

@ -106,6 +106,7 @@ function saveUNR(elem, markChecked) {
<th>To Txt</th>
<th>To Stop</th>
<th></th>
<th></th>
</tr>
</thead>
@ -141,6 +142,11 @@ function saveUNR(elem, markChecked) {
<button class="markChecked">Checked</button> &nbsp;
</td>
<td>
<a href="/admin/mumbai/route/{{ u.unr.route.id}}">R</a>&nbsp;&nbsp;
<a href="/admin/mumbai/uniqueroute/{{ u.unr.id }}">UNR</a>&nbsp;&nbsp;
</td>
</tr>
{% endfor %}
</tbody>