aboutsummaryrefslogtreecommitdiff
path: root/src/views/project.ecr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-27 23:44:23 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-27 23:44:23 -0400
commit339db10b8466bf30db0597c804ae043286d6fce4 (patch)
treeec254815e190189be15e6b7363ac6f42ab23a814 /src/views/project.ecr
parent832adab4342c407db2b17e93eda60dcaaf4a97dd (diff)
downloadguff-339db10b8466bf30db0597c804ae043286d6fce4.tar.bz2
guff-339db10b8466bf30db0597c804ae043286d6fce4.zip
remove old views
Diffstat (limited to 'src/views/project.ecr')
-rw-r--r--src/views/project.ecr33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/views/project.ecr b/src/views/project.ecr
deleted file mode 100644
index aba2f91..0000000
--- a/src/views/project.ecr
+++ /dev/null
@@ -1,33 +0,0 @@
-<%
- # deprecated: replaced with theme templates
-%><!DOCTYPE html>
-<html lang='en-US'>
- <head>
- <meta charset="utf-8"/>
- <title>Project: <%=
- h(@item["name"])
- %></title>
-
- <%
- # TODO: add theme styles
- %>
- </head>
-
- <body>
- <div class='post'>
- <b>Project: <%= h(@item["name"]) %></b><br/>
- <%= @item["body"] %>
-
- <p>
- Repo URL: <a
- href='<%= h(@item["repo_url"]) %>'
- title='View <%= h(@item["name"]) %> Git repository.'
- ><%= h(@item["repo_url"]) %></a>
- </p>
- </div>
- </body>
-
- <%
- # TODO: add theme scripts
- %>
-</html>