add user page markup
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<% render("views.common.topnav") -%>
|
||||
<main>
|
||||
<nav id="threadnav">
|
||||
<nav class="darkbg">
|
||||
<h1 class="thread-title"><%= thread.title %></h1>
|
||||
<span>Posted in <a href="<%= url_for("topic", {slug = topic.slug}) %>"><%= topic.name %></a></span>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user