From 8cf4e4a7fb487ff468c16a65bc7f1d10371139b2 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Sun, 8 Dec 2013 11:24:03 -0200 Subject: [PATCH] remove old templates --- .../templates/post-viewer/comment_tpl.jst.hbs | 27 ------------------- .../activity-streams-photo_tpl.jst.hbs | 7 ----- .../post-viewer/content/note_tpl.jst.hbs | 3 --- .../content/photo-backdrop_tpl.jst.hbs | 4 --- .../content/rich-media_tpl.jst.hbs | 11 -------- .../post-viewer/content/status_tpl.jst.hbs | 1 - 6 files changed, 53 deletions(-) delete mode 100644 app/assets/templates/post-viewer/comment_tpl.jst.hbs delete mode 100644 app/assets/templates/post-viewer/content/activity-streams-photo_tpl.jst.hbs delete mode 100644 app/assets/templates/post-viewer/content/note_tpl.jst.hbs delete mode 100644 app/assets/templates/post-viewer/content/photo-backdrop_tpl.jst.hbs delete mode 100644 app/assets/templates/post-viewer/content/rich-media_tpl.jst.hbs delete mode 100644 app/assets/templates/post-viewer/content/status_tpl.jst.hbs diff --git a/app/assets/templates/post-viewer/comment_tpl.jst.hbs b/app/assets/templates/post-viewer/comment_tpl.jst.hbs deleted file mode 100644 index 41f91d427..000000000 --- a/app/assets/templates/post-viewer/comment_tpl.jst.hbs +++ /dev/null @@ -1,27 +0,0 @@ -{{#if canRemove}} -
- - -{{/if}} - -
- {{#linkToPerson author}} -
- {{/linkToPerson}} -
- -
- - {{author.name}} - - -
- {{{text}}} -
- -
-
-
diff --git a/app/assets/templates/post-viewer/content/activity-streams-photo_tpl.jst.hbs b/app/assets/templates/post-viewer/content/activity-streams-photo_tpl.jst.hbs deleted file mode 100644 index 30e543995..000000000 --- a/app/assets/templates/post-viewer/content/activity-streams-photo_tpl.jst.hbs +++ /dev/null @@ -1,7 +0,0 @@ -
-
- - - -
-
diff --git a/app/assets/templates/post-viewer/content/note_tpl.jst.hbs b/app/assets/templates/post-viewer/content/note_tpl.jst.hbs deleted file mode 100644 index bb45a09d9..000000000 --- a/app/assets/templates/post-viewer/content/note_tpl.jst.hbs +++ /dev/null @@ -1,3 +0,0 @@ -
- {{{text}}} -
diff --git a/app/assets/templates/post-viewer/content/photo-backdrop_tpl.jst.hbs b/app/assets/templates/post-viewer/content/photo-backdrop_tpl.jst.hbs deleted file mode 100644 index 6afb41df1..000000000 --- a/app/assets/templates/post-viewer/content/photo-backdrop_tpl.jst.hbs +++ /dev/null @@ -1,4 +0,0 @@ -{{#each photos}} -
- -{{/each}} diff --git a/app/assets/templates/post-viewer/content/rich-media_tpl.jst.hbs b/app/assets/templates/post-viewer/content/rich-media_tpl.jst.hbs deleted file mode 100644 index 02aaa7c8e..000000000 --- a/app/assets/templates/post-viewer/content/rich-media_tpl.jst.hbs +++ /dev/null @@ -1,11 +0,0 @@ -
-
- - {{{o_embed_cache.data.html}}} - -
-
- - {{{text}}} -
-
diff --git a/app/assets/templates/post-viewer/content/status_tpl.jst.hbs b/app/assets/templates/post-viewer/content/status_tpl.jst.hbs deleted file mode 100644 index 05a443902..000000000 --- a/app/assets/templates/post-viewer/content/status_tpl.jst.hbs +++ /dev/null @@ -1 +0,0 @@ -{{{text}}}