Showing 1 changed files with 6 additions and 0 deletions
+6
templates/pull.html.ep
... ...
@@ -193,6 +193,12 @@
193 193
               <%= submit_button 'Merge pull request', class => "btn btn-success" %>
194 194
             </div>
195 195
           </div>
196
+        </form>
197
+        <div style="text-align:right;margin-top:10px;">
198
+          <form action="<%= url_for %>" method="post">
199
+            <%= hidden_field op => 'close' %>
200
+            <%= submit_button 'Close pull request', class => 'btn' %>
201
+          </form>
196 202
         </div>
197 203
       % }
198 204
     </div>