Changeset 68a6b8a
- Timestamp:
- 04/09/12 23:27:30 (14 months ago)
- Branches:
- master, crem, crem2, dev, diadems, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- 0d62fe4
- Parents:
- 18931e6
- git-author:
- yomguy <yomguy@…> (04/09/12 23:27:30)
- git-committer:
- yomguy <yomguy@…> (04/09/12 23:27:30)
- File:
-
- 1 edited
-
telemeta/templates/telemeta/mediaitem_detail.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta/mediaitem_detail.html
r376c298 r68a6b8a 78 78 79 79 {% if "video" in mime_type %} 80 < link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">81 < script src="http://vjs.zencdn.net/c/video.js"></script>80 <script src="{% url telemeta-video-js "video.js" %}"></script> 81 <link href="{% url telemeta-video-js "video-js.css" %}" rel="stylesheet"> 82 82 {% endif %} 83 83 … … 200 200 <dd>{{ last_revision.time }} {% if user.is_authenticated %}(<a href="{% url telemeta-profile-detail last_revision.user.username %}">{{last_revision.user.username}}</a>){% endif %}</dd> 201 201 {% endif %} 202 202 203 203 </dl> 204 204 {% endblock general_info %}
Note: See TracChangeset
for help on using the changeset viewer.
