mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Minor whitespace
This commit is contained in:
parent
6c63d63373
commit
2a9ff37c08
2 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue