Showing
2 changed files
with
8 additions
and
8 deletions
@@ -102,21 +102,21 @@ | @@ -102,21 +102,21 @@ | ||
102 | <div style="border: 1px solid #000;overflow: hidden;"> | 102 | <div style="border: 1px solid #000;overflow: hidden;"> |
103 | <ul class="icon_lists clear"> | 103 | <ul class="icon_lists clear"> |
104 | <div class="modality"> | 104 | <div class="modality"> |
105 | - {{> truck}} | 105 | + {{> icon/truck}} |
106 | {{# hook}} | 106 | {{# hook}} |
107 | - {{> round-hook}} | 107 | + {{> icon/round-hook}} |
108 | {{/ hook}} | 108 | {{/ hook}} |
109 | - {{> error-round}} | ||
110 | - {{> doubt}} | 109 | + {{> icon/error-round}} |
110 | + {{> icon/doubt}} | ||
111 | {{# warn}} | 111 | {{# warn}} |
112 | - {{> warn}} | 112 | + {{> icon/warn}} |
113 | {{/ warn}} | 113 | {{/ warn}} |
114 | </div> | 114 | </div> |
115 | 115 | ||
116 | <div class="sort"> | 116 | <div class="sort"> |
117 | - {{> clock}} | ||
118 | - {{> praise}} | ||
119 | - {{> delete}} | 117 | + {{> icon/clock}} |
118 | + {{> icon/praise}} | ||
119 | + {{> icon/delete}} | ||
120 | </div> | 120 | </div> |
121 | </ul> | 121 | </ul> |
122 | </div> | 122 | </div> |
-
Please register or login to post a comment