Changeset 02048a6 in OpenWorkouts-current for ow/templates/workout.pt


Ignore:
Timestamp:
Jan 16, 2019, 11:52:22 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
816820d, c6219ed
Parents:
7388b68 (diff), ad5759b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged changes from darcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/workout.pt

    r7388b68 r02048a6  
    1818    <link rel="stylesheet" tal:condition="context.has_gpx"
    1919          href="${request.static_url('ow:static/components/Leaflet.Elevation/dist/leaflet.elevation-0.0.4.css')}" />
    20 
    21     <!--!
    22     <link rel="stylesheet" tal:condition="context.has_gpx"
    23           href="${request.static_url('ow:static/leaflet-elevation/leaflet.elevation.css')}" />
    24 
    25     <link rel="stylesheet" tal:condition="context.has_gpx"
    26           href="${request.static_url('ow:static/leaflet-openworkouts/leaflet.openworkouts.css')}" />
    27     -->
    28 
    2920  </metal:css>
    3021
     
    149140            tal:condition="context.has_gpx"></script>
    150141
    151     <!--!
    152     <script src="${request.static_url('ow:static/leaflet-elevation/leaflet.elevation.min.js')}"
    153             tal:condition="context.has_gpx"></script>
    154     <script src="${request.static_url('ow:static/leaflet-openworkouts/leaflet.openworkouts.src.js')}"
    155             tal:condition="context.has_gpx"></script>
    156     -->
    157142    <script src="${request.static_url('ow:static/js/ow.js')}"
    158143            tal:condition="context.has_gpx"></script>
     
    164149         zoom: 11,
    165150         gpx_url: '${request.resource_url(context, 'gpx')}',
    166          start_icon: '${request.static_url('ow:static/leaflet-gpx/pin-icon-start.png')}',
    167          end_icon: '${request.static_url('ow:static/leaflet-gpx/pin-icon-end.png')}',
    168          shadow: '${request.static_url('ow:static/leaflet-gpx/pin-shadow.png')}',
     151         start_icon: '${request.static_url('ow:static/components/leaflet-gpx/pin-icon-start.png')}',
     152         end_icon: '${request.static_url('ow:static/components/leaflet-gpx/pin-icon-end.png')}',
     153         shadow: '${request.static_url('ow:static/components/leaflet-gpx/pin-shadow.png')}',
    169154     });
    170155     workout_map.render();
Note: See TracChangeset for help on using the changeset viewer.