1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

erb cleanup

This commit is contained in:
Mike Perham 2014-08-07 12:20:41 -07:00
parent de60164b70
commit 5a77ce7780

View file

@ -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>