Changeset 978575d in OpenWorkouts-current for ow/templates


Ignore:
Timestamp:
Feb 6, 2019, 1:49:51 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
01674ff
Parents:
a3c3baa
Message:

update map on workout detail

Location:
ow/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/base.pt

    ra3c3baa r978575d  
    3232    </title>
    3333
     34    <metal:css metal:define-slot="css"></metal:css>
     35
    3436    <link rel="stylesheet"
    3537          href="${request.static_url('ow:static/css/main.css')}" />
    36 
    37     <link rel="stylesheet"
    38           href="${request.static_url('ow:static/css/forms.css')}" />
    39 
    40     <link rel="stylesheet"
    41           href="${request.static_url('ow:static/css/openworkouts.css')}" />
    42 
    43     <metal:css metal:define-slot="css"></metal:css>
    4438
    4539    <metal:header-js metal:define-slot="header-js"></metal:header-js>
  • ow/templates/workout.pt

    ra3c3baa r978575d  
    1818    <link rel="stylesheet" tal:condition="context.has_gpx"
    1919          href="${request.static_url('ow:static/components/leaflet-elevation/leaflet-elevation.css')}" />
    20     <link rel="stylesheet"
    21           href="${request.static_url('ow:static/css/leaflet-elevation.css')}" />
    2220  </metal:css>
    2321
Note: See TracChangeset for help on using the changeset viewer.