OSDN Git Service

template: fix template direcory structure
authorhylom <hylom@users.sourceforge.jp>
Fri, 17 Mar 2017 12:38:50 +0000 (21:38 +0900)
committerhylom <hylom@users.sourceforge.jp>
Fri, 17 Mar 2017 12:39:33 +0000 (21:39 +0900)
commit25b224a5aa656a3bf2ef8c06b7c3a98d2f2c75d3
tree2c93c95a005e262115812f88b6ad3f036522edbe
parent173f7928080016a5a75b7f8d847a976890981ab9
template: fix template direcory structure
28 files changed:
src/newslash_web/templates/admin/story/edit.html.tt2
src/newslash_web/templates/common/article/article.html.tt2 [moved from src/newslash_web/templates/common/article.html.tt2 with 100% similarity]
src/newslash_web/templates/common/comment/comment.html.tt2 [moved from src/newslash_web/templates/comment/comment.html.tt2 with 100% similarity]
src/newslash_web/templates/common/comment/comment_form.html.tt2 [moved from src/newslash_web/templates/comment/comment_form.html.tt2 with 100% similarity]
src/newslash_web/templates/common/comment/comment_header.html.tt2 [moved from src/newslash_web/templates/comment/comment_header.html.tt2 with 100% similarity]
src/newslash_web/templates/common/comment/comments.html.tt2 [moved from src/newslash_web/templates/comment/comments.html.tt2 with 100% similarity]
src/newslash_web/templates/common/comment/comments_nojs.html.tt2 [moved from src/newslash_web/templates/comment/comments_nojs.html.tt2 with 100% similarity]
src/newslash_web/templates/common/components/article_item.html.tt2 [moved from src/newslash_web/templates/components/article_item.html.tt2 with 100% similarity]
src/newslash_web/templates/common/components/content_editor.html.tt2 [moved from src/newslash_web/templates/components/content_editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/components/journal_editor.html.tt2 [moved from src/newslash_web/templates/components/journal_editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/components/story_editor.html.tt2 [moved from src/newslash_web/templates/components/story_editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/components/submission_editor.html.tt2 [moved from src/newslash_web/templates/components/submission_editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/jounal/editor.html.tt2 [moved from src/newslash_web/templates/journal/editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/story/editor.html.tt2 [moved from src/newslash_web/templates/story/editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/submission/editor.html.tt2 [moved from src/newslash_web/templates/submission/editor.html.tt2 with 100% similarity]
src/newslash_web/templates/common/timeline/item.html.tt2 [moved from src/newslash_web/templates/timeline/item.html.tt2 with 100% similarity]
src/newslash_web/templates/example/welcome.html.ep [deleted file]
src/newslash_web/templates/index/journals.html.tt2
src/newslash_web/templates/index/root.html.tt2
src/newslash_web/templates/journal/create.html.tt2
src/newslash_web/templates/journal/journal.html.tt2
src/newslash_web/templates/journal/user_journals.html.tt2
src/newslash_web/templates/layouts/default.html.ep [deleted file]
src/newslash_web/templates/my/base.html.tt2 [new file with mode: 0644]
src/newslash_web/templates/story/story.html.tt2
src/newslash_web/templates/submission/submission.html.tt2
src/newslash_web/templates/user/base.html.tt2
src/newslash_web/templates/user/home.html.tt2