Comment 3 for bug 1085007

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Ok, it seems that conditional handling like above was done by Stevan:

    revno: 129.2.10
    committer: Stevan Radakovic <email address hidden>
    branch nick: textile-view
    timestamp: Mon 2012-10-15 13:14:42 +0200
    message:
      Fix js and css path issues.
    - <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
    + <link rel="stylesheet" type="text/css" href="{% if request.is_secure %}https{% else %}http{% endif %}://{{ request.get_host }}/resources/css/ext-all.css" />

So, I'll let him to comment.