Changeset 1099:b46e6cc8ffff for inc/admin/default-templates
- Timestamp:
- 02/13/13 16:05:08 (13 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/index.html.twig
r1088 r1099 42 42 <div id="dashboard-contents"> 43 43 {% for content in dashboard_contents %} 44 {{ content |raw}}44 {{ content }} 45 45 {% endfor %} 46 46 </div> … … 99 99 <div> 100 100 {% for item in dashboard_items %} 101 {{ item |raw}}101 {{ item }} 102 102 {% endfor %} 103 103 </div>
Note: See TracChangeset
for help on using the changeset viewer.