summaryrefslogtreecommitdiff
path: root/web/views/relations.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-14 19:53:21 +0100
committerJochen Topf <jochen@topf.org>2013-01-14 19:53:21 +0100
commit9f39838e8ad5b6b1dda21013152055f8a008acc9 (patch)
tree7a30495cee48c7b103e7a8f5ba71f34bbbf65dc6 /web/views/relations.erb
parent4298e373d2c7ebbd8e2c82dda6cff54f6c3995b0 (diff)
downloadtaginfo-9f39838e8ad5b6b1dda21013152055f8a008acc9.tar
taginfo-9f39838e8ad5b6b1dda21013152055f8a008acc9.tar.gz
Add new relations section
There is a whole new relations section which gives information about different relation types. There is a list of all relation types and there is a page for each relation type which currently contains an empty overview tab and a roles tab with a list of roles used with this relation type. There is currently no link that leads to this section as it is not finished yet.
Diffstat (limited to 'web/views/relations.erb')
-rw-r--r--web/views/relations.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/views/relations.erb b/web/views/relations.erb
new file mode 100644
index 0000000..663f24d
--- /dev/null
+++ b/web/views/relations.erb
@@ -0,0 +1,8 @@
+<div class="pre">
+ <h1 class="section"><%= t.pages.relations.name %></h1>
+ <p><%= t.pages.relations.intro %></p>
+</div>
+<div class="box resize">
+ <table id="grid-relations">
+ </table>
+</div>