$tiles.find( '.action' ).on( 'click', function ( e ) {
            e.stopPropagation();

            location.href = $( this ).find( 'a' ).prop( 'href' );
        } );