Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 29, 2012
1 parent 37c0216 commit fd1d73d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions views/singlenews.ejs
Expand Up @@ -2,17 +2,15 @@
<div class="container">
<div class="container-fluid">
<div class="row-fluid">
<div class="span9 page" id="<%=page.id %>">
<article class="news" id="<%=news.id %>">
<header>
<h1><%=news.title %></h1>
<span><%= resources.translate("Date")%>: <%=news.date.toLocaleDateString() %></span>
</header>
<hr />
<div class="content">
<%-news.content %>
</div>
</article>
<div class="span9 page">
<header>
<h1><%=news.title %></h1>
<span><%= resources.translate("Date")%>: <%=news.date.toLocaleDateString() %></span>
</header>
<hr />
<div class="content">
<%-news.content %>
</div>
</div>
<div class="span3">
<% include sidebar %>
Expand Down

0 comments on commit fd1d73d

Please sign in to comment.