OSDN Git Service

aggregate and re-layout templates
authorhylom <hylom@users.sourceforge.jp>
Fri, 27 Oct 2017 10:22:09 +0000 (19:22 +0900)
committerhylom <hylom@users.sourceforge.jp>
Fri, 27 Oct 2017 10:22:09 +0000 (19:22 +0900)
commit5b989281b73d03b99ff4179fd4faf1e7d31c7e33
tree740f158aa4cf2adc06b6a66f1f84808027166e6f
parent418d0245bbc5706b32bc3a13f884e73a0d8e6e54
aggregate and re-layout templates
18 files changed:
src/newslash_web/lib/Newslash/Web.pm
src/newslash_web/lib/Newslash/Web/Controller/Archive.pm
src/newslash_web/lib/Newslash/Web/Controller/Comment.pm
src/newslash_web/lib/Newslash/Web/Controller/Journal.pm
src/newslash_web/lib/Newslash/Web/Controller/Poll.pm
src/newslash_web/lib/Newslash/Web/Controller/Story.pm
src/newslash_web/lib/Newslash/Web/Controller/Submission.pm
src/newslash_web/lib/Newslash/Web/Controller/Timeline.pm
src/newslash_web/lib/Newslash/Web/Controller/User.pm
src/newslash_web/templates/archive/index.html.tt2
src/newslash_web/templates/archive/index_header.html.tt2
src/newslash_web/templates/common/article/article.html.tt2
src/newslash_web/templates/common/components/article_item.html.tt2
src/newslash_web/templates/common/poll/poll_body.html.tt2
src/newslash_web/templates/common/sidebar.html.tt2
src/newslash_web/templates/common/single.html.tt2 [new file with mode: 0644]
src/newslash_web/templates/timeline/base.html.tt2
src/newslash_web/templates/user/base.html.tt2