aboutsummaryrefslogtreecommitdiff
path: root/src/views/project.ecr
diff options
context:
space:
mode:
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>