web/views/layout.erb in broker-0.0.9 vs web/views/layout.erb in broker-0.1.1
- old
+ new
@@ -37,10 +37,10 @@
<ul class="nav">
<li>
<p class="navbar-text" style="color:white;">Broker v<%= Broker::VERSION %></p>
</li>
<li>
- <p class="navbar-text">Queue: <%= Broker.queue %></p>
+ <p class="navbar-text">Queue: <%= Broker.options[:queue] %></p>
</li>
<li>
<p class="navbar-text"><%= 'Time' %>: <%= Time.now.localtime.strftime('%H:%M:%S CST') %></p>
</li>
</ul>