Minor whitespace

This commit is contained in:
Andrew Cantino 2016-03-29 21:30:32 -07:00
parent 6c63d63373
commit 2a9ff37c08
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<div class="btn-group">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<%= render 'agents/action_menu', agent: agent, return_to: (defined?(return_to) && return_to) || request.path %>
</div>
</div>

View file

@ -6,7 +6,7 @@
Your Events
<% if @agent %>
from <%= @agent.name %>
<%= render 'agents/mini_action_menu', agent: @agent, return_to: request.path %>
<%= render 'agents/mini_action_menu', agent: @agent, return_to: request.path %>
<% end %>
</h2>
</div>