mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
erb cleanup
This commit is contained in:
parent
de60164b70
commit
5a77ce7780
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@
|
|||
</div>
|
||||
<div class="poll-wrapper pull-right">
|
||||
<%= erb :_poll %>
|
||||
<%- if Sidekiq::Web.app_url -%>
|
||||
<% if Sidekiq::Web.app_url %>
|
||||
<a class="btn btn-inverse" href="<%= Sidekiq::Web.app_url %>">Back to App</a>
|
||||
<%- end -%>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue