• Dan Tudor's avatar
    Unescape branch param to delete · 862e1e6f
    Dan Tudor authored
    Branch names that contain `/` return a 405 error when being deleted because the slash is escaped to `%2F`
    This patch will unescape the param prior to  executing the delete action.
    862e1e6f
branches.rb 3.94 KB