1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/layouts/episteme.erb

15 lines
404 B
Plaintext

<!-- epistemic and technical state -->
<% if @item.epistemic? %>
<div id="episteme">
<p><span class="align_left">
Last modified: <%= @item[:date] %> (<%= techne @item[:techne] %>).
</span>
<span class="align_right">
Epistemic state:
<a class='episteme' href='/episteme/'>
<%= episteme @item[:episteme] %></a>.
</span>
</p>
</div>
<% end %>