mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:02:46 +08:00
commit
dd6530f45c
|
@ -2,7 +2,7 @@
|
||||||
<html lang="<%=SiteSetting.default_locale%>">
|
<html lang="<%=SiteSetting.default_locale%>">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title><%= render_topic_title(@topic_view.topic) %></title>
|
<title><%= @topic_view.topic.title %></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<% @topic_view.posts.each do |post| %>
|
<% @topic_view.posts.each do |post| %>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user