Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
xarsh committed Aug 3, 2012
1 parent fd224a8 commit fef39fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Symfony/web/app-build/templates/single_event.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="ym-column event">
<div class="ym-col1">
<div class="ym-cbox event_icon">
<img width="64" height="64" src="<%= Assetics.asset(creator.personalDatas.iconSet.icon) %>"/>
<img width="64" height="64" src="<%= Assetics.asset(iconSet.icon) %>"/>
</div>
</div>
<div class="ym-col2">
Expand Down
2 changes: 1 addition & 1 deletion Symfony/web/templates/single_event.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="ym-column event">
<div class="ym-col1">
<div class="ym-cbox event_icon">
<img width="64" height="64" src="<%= Assetics.asset(creator.personalDatas.iconSet.icon) %>"/>
<img width="64" height="64" src="<%= Assetics.asset(iconSet.icon) %>"/>
</div>
</div>
<div class="ym-col2">
Expand Down

0 comments on commit fef39fd

Please sign in to comment.