added news ticker
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<header id="top">
|
||||
<%= render "news/listing" %>
|
||||
|
||||
<h1><%= link_to Danbooru.config.app_name, "/" %></h1>
|
||||
<nav>
|
||||
<menu class="main">
|
||||
|
||||
6
app/views/news/_listing.html.erb
Normal file
6
app/views/news/_listing.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div id="news-ticker">
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
<a href="#" id="close-news-ticker-link">close</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user