@@ -1,7 +1,6 @@  | 
            ||
| 1 | 
                -  | 
            |
| 2 | 1 | 
                <div class="btn-group">  | 
            
| 3 | 2 | 
                <button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">  | 
            
| 4 | 3 | 
                <span class="caret"></span>  | 
            
| 5 | 4 | 
                </button>  | 
            
| 6 | 5 | 
                <%= render 'agents/action_menu', agent: agent, return_to: (defined?(return_to) && return_to) || request.path %>  | 
            
| 7 | 
                -</div>  | 
            |
| 6 | 
                +</div>  | 
            
                @@ -6,7 +6,7 @@  | 
            ||
| 6 | 6 | 
                Your Events  | 
            
| 7 | 7 | 
                <% if @agent %>  | 
            
| 8 | 8 | 
                from <%= @agent.name %>  | 
            
| 9 | 
                - <%= render 'agents/mini_action_menu', agent: @agent, return_to: request.path %>  | 
            |
| 9 | 
                + <%= render 'agents/mini_action_menu', agent: @agent, return_to: request.path %>  | 
            |
| 10 | 10 | 
                <% end %>  | 
            
| 11 | 11 | 
                </h2>  | 
            
| 12 | 12 | 
                </div>  |